From 17def91ea3700801af767dffac5aad68a92875df Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 19 Dec 2017 17:14:17 +0100 Subject: [PATCH] Remove unneeded and already skipped test --- test/spec/ol/color.test.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/spec/ol/color.test.js b/test/spec/ol/color.test.js index 61991b7e13..4703ea4f32 100644 --- a/test/spec/ol/color.test.js +++ b/test/spec/ol/color.test.js @@ -120,10 +120,6 @@ describe('ol.color', function() { [0, 0, 255, 0.4711]); }); - it.skip('caches parsed values', function() { - // TODO is this untestable with named exports? - }); - it('throws an error on invalid colors', function() { var invalidColors = ['tuesday', '#12345', '#1234567', 'rgb(255.0,0,0)']; var i, ii;