mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Temporarily disable ajax tests when running in TestSwam.
This commit is contained in:
parent
d54014ed91
commit
ac670f3954
@ -7,5 +7,9 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
|
||||
if ( !url || url.indexOf("http") !== 0 ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// (Temporarily) Disable Ajax tests to reduce network strain
|
||||
QUnit.isLocal = true;
|
||||
|
||||
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user