Skip to content

Commit 8edaf14

Browse files
committed
Mask: Disable timepicker tests for phantomjs
1 parent 6efbdbf commit 8edaf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ grunt.initConfig({
281281
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
282282
// disabling everything that doesn't (quite) work with PhantomJS for now
283283
// TODO except for all|index|test, try to include more as we go
284-
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
284+
return !( /(all|index|test|dialog|tabs|timepicker|tooltip)\.html$/ ).test( file );
285285
})
286286
},
287287
lint: {

0 commit comments

Comments
 (0)