Skip to content

Commit fd9b355

Browse files
committed
Grunt: Removed tooltip tests from qunit task.
1 parent eb392b3 commit fd9b355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ grunt.initConfig({
280280
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
281281
// disabling everything that doesn't (quite) work with PhantomJS for now
282282
// TODO except for all|index|test, try to include more as we go
283-
return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated)\.html$/ ).test( file );
283+
return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated|tooltip)\.html$/ ).test( file );
284284
})
285285
},
286286
lint: {

0 commit comments

Comments
 (0)