X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=test%2Fdata%2Ftestrunner.js;h=dc39bc5b7ab05610336325857b1e141d0d2c2b78;hb=d6f03aa0df4f734f6f09bf82effa5b7fcd8487fc;hp=a459340759b74a48f5cdc8d819041e206550e165;hpb=f6a50cacd8cd7663650d3ff5557cc20bfcdcd765;p=jquery.git diff --git a/test/data/testrunner.js b/test/data/testrunner.js index a459340..dc39bc5 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -7,5 +7,9 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. if ( !url || url.indexOf("http") !== 0 ) { return; } - document.write(""); + + // (Temporarily) Disable Ajax tests to reduce network strain + isLocal = QUnit.isLocal = true; + + document.write(""); })();