From 40405ebc80a2477e943dc5dafb3d0db578a2f3af Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Wed, 27 Apr 2016 17:45:39 -0400 Subject: [PATCH] disable time tests for same reason as others --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);