mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Skip jQuery.sub() test since IE6 can't handle it.
This commit is contained in:
parent
fde2e44f86
commit
5a21150c9b
@ -1206,7 +1206,8 @@ test("jQuery.parseXML", 8, function(){
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if ( jQuery.sub ) {
|
// Skip this test because IE6 takes too long; reinstate in the compat plugin
|
||||||
|
if ( jQuery.sub_runs_too_slow_in_IE6 ) {
|
||||||
|
|
||||||
test("jQuery.sub() - Static Methods", function(){
|
test("jQuery.sub() - Static Methods", function(){
|
||||||
expect(18);
|
expect(18);
|
||||||
|
Loading…
Reference in New Issue
Block a user