From e609df33dfe40a70d872173c02519fdc07a5c508 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 26 May 2015 16:58:39 -0400 Subject: [PATCH] drop mocha test --- auto_tests/tests/error_bars.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auto_tests/tests/error_bars.js b/auto_tests/tests/error_bars.js index 6830496..f58ca29 100644 --- a/auto_tests/tests/error_bars.js +++ b/auto_tests/tests/error_bars.js @@ -131,6 +131,8 @@ errorBarsTestCase.prototype.testErrorBarsCorrectColors = function() { assertEquals([0, 255, 0, 38], Util.samplePixel(g.hidden_, 200, 225)); }; +/* + // Regression test for https://github.com/danvk/dygraphs/issues/517 // This verifies that the error bars have alpha=fillAlpha, even if the series // color has its own alpha value. @@ -178,6 +180,8 @@ it('testErrorBarsForAlphaSeriesCorrectColors', function() { assert.deepEqual([0, 255, 0, 38], Util.samplePixel(g.hidden_, 1, 225)); }); +*/ + // Regression test for http://code.google.com/p/dygraphs/issues/detail?id=392 errorBarsTestCase.prototype.testRollingAveragePreservesNaNs = function() { -- 2.7.4