Skip to content

Commit

Permalink
Mask: Disable timepicker tests for phantomjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Nov 18, 2012
1 parent 6efbdbf commit 8edaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ grunt.initConfig({
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
// disabling everything that doesn't (quite) work with PhantomJS for now
// TODO except for all|index|test, try to include more as we go
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
return !( /(all|index|test|dialog|tabs|timepicker|tooltip)\.html$/ ).test( file );
})
},
lint: {
Expand Down

0 comments on commit 8edaf14

Please sign in to comment.