Skip to content

Commit 5a21150

Browse files
committed
Skip jQuery.sub() test since IE6 can't handle it.
1 parent fde2e44 commit 5a21150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/core.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,8 @@ test("jQuery.parseXML", 8, function(){
12061206
}
12071207
});
12081208

1209-
if ( jQuery.sub ) {
1209+
// Skip this test because IE6 takes too long; reinstate in the compat plugin
1210+
if ( jQuery.sub_runs_too_slow_in_IE6 ) {
12101211

12111212
test("jQuery.sub() - Static Methods", function(){
12121213
expect(18);

0 commit comments

Comments
 (0)