]> source.dussan.org Git - jquery.git/commitdiff
Skip jQuery.sub() test since IE6 can't handle it.
authorDave Methvin <dave.methvin@gmail.com>
Wed, 10 Oct 2012 00:42:33 +0000 (20:42 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 10 Oct 2012 00:42:33 +0000 (20:42 -0400)
test/unit/core.js

index ac90e3b0b9435eab97716ab133876066ae6d84bb..3ca3c31fd3bd4385ff962d5f4e33befd6ab29776 100644 (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);