mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: Restrict an event test fallback to TestSwarm
Closes gh-4357
This commit is contained in:
parent
58f0c00bed
commit
bde53edcf4
@ -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" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user