]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt: Removed tooltip tests from qunit task.
authorScott González <scott.gonzalez@gmail.com>
Sun, 21 Oct 2012 21:46:02 +0000 (17:46 -0400)
committerScott González <scott.gonzalez@gmail.com>
Sun, 21 Oct 2012 21:46:02 +0000 (17:46 -0400)
grunt.js

index 1430fc5250828e077acc3fa7059c1171971afd35..9e03c95fac409d0fca55cb25e421710e2c05628f 100644 (file)
--- a/grunt.js
+++ b/grunt.js
@@ -280,7 +280,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|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated)\.html$/ ).test( file );
+                       return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated|tooltip)\.html$/ ).test( file );
                })
        },
        lint: {