diff options
-rw-r--r-- | tests/unit/effects/effects_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/effects/effects_core.js b/tests/unit/effects/effects_core.js index fc9f67d1b..955e6f799 100644 --- a/tests/unit/effects/effects_core.js +++ b/tests/unit/effects/effects_core.js @@ -31,7 +31,7 @@ test( "Immediate Return Conditions", function() { equal( ++count, 3, "Both Functions worked properly" ); }); -/* Disabled - Can't figure out why this is failing in IE 6/7 +/* TODO: Disabled - Can't figure out why this is failing in IE 6/7 test( "createWrapper and removeWrapper retain focused elements (#7595)", function() { expect( 2 ); var test = $( "div.hidden" ).show(), |