Skip to content

Commit fc3fc6e

Browse files
committed
Effects tests: Added TODO for disabled test.
1 parent fab4aa1 commit fc3fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/effects/effects_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test( "Immediate Return Conditions", function() {
3131
equal( ++count, 3, "Both Functions worked properly" );
3232
});
3333

34-
/* Disabled - Can't figure out why this is failing in IE 6/7
34+
/* TODO: Disabled - Can't figure out why this is failing in IE 6/7
3535
test( "createWrapper and removeWrapper retain focused elements (#7595)", function() {
3636
expect( 2 );
3737
var test = $( "div.hidden" ).show(),

0 commit comments

Comments
 (0)