From 5a21150c9b633dbef134fd540762b4d88ebc5f71 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 9 Oct 2012 20:42:33 -0400 Subject: [PATCH] Skip jQuery.sub() test since IE6 can't handle it. --- test/unit/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit/core.js b/test/unit/core.js index ac90e3b0b..3ca3c31fd 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -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); -- 2.39.5