diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-10-09 20:42:33 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-10-09 20:42:33 -0400 |
commit | 5a21150c9b633dbef134fd540762b4d88ebc5f71 (patch) | |
tree | c4e38d250dab3d0836513e03ab200cfb12b2c269 /test/unit/core.js | |
parent | fde2e44f864c1bb4b8476ccdd7cd16b5c0115860 (diff) | |
download | jquery-5a21150c9b633dbef134fd540762b4d88ebc5f71.tar.gz jquery-5a21150c9b633dbef134fd540762b4d88ebc5f71.zip |
Skip jQuery.sub() test since IE6 can't handle it.
Diffstat (limited to 'test/unit/core.js')
-rw-r--r-- | test/unit/core.js | 3 |
1 files changed, 2 insertions, 1 deletions
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); |