Skip to content

Commit

Permalink
Tests: Restrict an event test fallback to TestSwarm
Browse files Browse the repository at this point in the history
Closes gh-4357
  • Loading branch information
gibson042 authored and mgol committed Apr 29, 2019
1 parent 58f0c00 commit bde53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/event.js
Expand Up @@ -3060,7 +3060,7 @@ QUnit.test( "focus-blur order (#12868)", function( assert ) {
setTimeout( function() {

// DOM focus is unreliable in TestSwarm
if ( order === 0 ) {
if ( QUnit.isSwarm && order === 0 ) {
assert.ok( true, "GAP: Could not observe focus change" );
assert.ok( true, "GAP: Could not observe focus change" );
}
Expand Down

0 comments on commit bde53ed

Please sign in to comment.