Temporarily disable ajax tests when running in TestSwam.
This commit is contained in:
parent
1ba2df02d6
commit
59124f92b5
|
@ -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 a new issue