Skip to content

Commit bde53ed

Browse files
gibson042mgol
authored andcommitted
Tests: Restrict an event test fallback to TestSwarm
Closes gh-4357
1 parent 58f0c00 commit bde53ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3060,7 +3060,7 @@ QUnit.test( "focus-blur order (#12868)", function( assert ) {
30603060
setTimeout( function() {
30613061

30623062
// DOM focus is unreliable in TestSwarm
3063-
if ( order === 0 ) {
3063+
if ( QUnit.isSwarm && order === 0 ) {
30643064
assert.ok( true, "GAP: Could not observe focus change" );
30653065
assert.ok( true, "GAP: Could not observe focus change" );
30663066
}

0 commit comments

Comments
 (0)