diff options
Diffstat (limited to 'test/unit/manipulation.js')
-rw-r--r-- | test/unit/manipulation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 8be07c1df..a3ac18eef 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2346,7 +2346,7 @@ testIframe( // Skip the the test if we are not in localhost but make sure we run // it in Karma. QUnit[ - includesModule( "ajax" ) && ( window.__karma__ || location.hostname === "localhost" ) ? + includesModule( "ajax" ) && location.hostname === "localhost" ? "test" : "skip" ]( "jQuery.append with crossorigin attribute", function( assert ) { |