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);