]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
disable time tests for same reason as others
authorEvert Timberg <evert.timberg+github@gmail.com>
Wed, 27 Apr 2016 21:45:39 +0000 (17:45 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 27 Apr 2016 21:45:39 +0000 (17:45 -0400)
gulpfile.js

index 6cf5db75ed2d13042a6a2823f1bafa5cc8b26980..a6dede35d99a669af9d7dad266bd189aabaf2b5b 100644 (file)
@@ -49,7 +49,8 @@ var testFiles = [
   '!./test/core.layoutService.tests.js',
   '!./test/defaultConfig.tests.js',
   '!./test/scale.linear.tests.js',
-  '!./test/scale.radialLinear.tests.js'
+  '!./test/scale.radialLinear.tests.js',
+  '!./test/scale.time.tests.js'
 ];
 
 gulp.task('build', buildTask);