Skip jQuery.sub() test since IE6 can't handle it.

This commit is contained in:
Dave Methvin 2012-10-09 20:42:33 -04:00
parent fde2e44f86
commit 5a21150c9b

View File

@ -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(){
expect(18);