disable time tests for same reason as others

This commit is contained in:
Evert Timberg 2016-04-27 17:45:39 -04:00
parent 34992bc4cb
commit 40405ebc80

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