drop mocha test release-1.1.1
authorDan Vanderkam <danvdk@gmail.com>
Tue, 26 May 2015 20:58:39 +0000 (16:58 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 26 May 2015 20:58:39 +0000 (16:58 -0400)
auto_tests/tests/error_bars.js

index 6830496..f58ca29 100644 (file)
@@ -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() {