From: Evert Timberg Date: Wed, 27 Apr 2016 21:45:39 +0000 (-0400) Subject: disable time tests for same reason as others X-Git-Tag: 2.1.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40405ebc80a2477e943dc5dafb3d0db578a2f3af;p=thirdparty%2FChart.js.git disable time tests for same reason as others --- diff --git a/gulpfile.js b/gulpfile.js index 6cf5db75e..a6dede35d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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);