aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-21 17:46:02 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-21 17:46:02 -0400
commitfd9b355a8e4f4a18b719905004a4ac346be691bb (patch)
treece11570adc85d0252b559dcb8a2cfdf25221ab04 /grunt.js
parenteb392b30359e334a1777ed3a8bc1237ce09528a5 (diff)
downloadjquery-ui-fd9b355a8e4f4a18b719905004a4ac346be691bb.tar.gz
jquery-ui-fd9b355a8e4f4a18b719905004a4ac346be691bb.zip
Grunt: Removed tooltip tests from qunit task.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 1430fc525..9e03c95fa 100644
--- 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: {