Skip to content

Commit

Permalink
Tests: remove testswarm grunt task
Browse files Browse the repository at this point in the history
Closes gh-2263
  • Loading branch information
timmywil authored Jun 11, 2024
1 parent d45638a commit 1f251ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
115 changes: 0 additions & 115 deletions build/tasks/testswarm.js

This file was deleted.

3 changes: 0 additions & 3 deletions tests/unit/position/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ QUnit.test( "collision: fit, no collision", function( assert ) {
}, "with offset" );
} );

// Currently failing in IE8 due to the iframe used by TestSwarm
if ( !/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ) ) {
QUnit.test( "collision: fit, collision", function( assert ) {
assert.expect( 2 + ( scrollTopSupport() ? 1 : 0 ) );

Expand Down Expand Up @@ -428,7 +426,6 @@ QUnit.test( "collision: fit, collision", function( assert ) {
win.scrollTop( 0 ).scrollLeft( 0 );
}
} );
}

QUnit.test( "collision: flip, no collision", function( assert ) {
assert.expect( 2 );
Expand Down

0 comments on commit 1f251ca

Please sign in to comment.