Temporarily disable tests which must be run in eastern time
authorDan Vanderkam <danvk@google.com>
Wed, 20 Feb 2013 17:22:39 +0000 (12:22 -0500)
committerDan Vanderkam <danvk@google.com>
Wed, 20 Feb 2013 17:22:39 +0000 (12:22 -0500)
auto_tests/tests/axis_labels.js
auto_tests/tests/utils_test.js

index 4f041c1..c9f60f8 100644 (file)
@@ -751,6 +751,7 @@ AxisLabelsTestCase.prototype.testLabelsKMBIgnoredWhenOverridden = function() {
   assertEquals(["0","500","1000","1500","2000"], Util.getYLabels(2));
 };
 
+/*
 // Regression test for http://code.google.com/p/dygraphs/issues/detail?id=147
 // Checks that axis labels stay sane across a DST change.
 AxisLabelsTestCase.prototype.testLabelsCrossDstChange = function() {
@@ -887,3 +888,4 @@ AxisLabelsTestCase.prototype.testLabelsCrossSpringForwardHighFreq = function() {
     '04:00', '04:05'
   ], Util.getXLabels());
 };
+*/
index 39e60d2..7e60951 100644 (file)
@@ -171,6 +171,7 @@ UtilsTestCase.prototype.testIterator_no_args = function() {
   assertNull(iter.next());
 };
 
+/*
 UtilsTestCase.prototype.testDateSet = function() {
   var base = new Date(1383455100000);
   var d = new Date(base);
@@ -184,3 +185,4 @@ UtilsTestCase.prototype.testDateSet = function() {
   Dygraph.setDateSameTZ(d, {ms: 10});
   assertEquals(10, d.getTime() - base.getTime());
 };
+*/