X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Fdata%2Ftestrunner.js;h=cdc3bcb6df8e32027206eb7525008aab68b1f78c;hb=59124f92b52f24f2547afaecc55afe10e2955cb6;hp=a0eb3621ab6e156f00182fd84f45b89e813a2f8e;hpb=1ba2df02d6242d734297344a85b7bea3788a0671;p=jquery.git diff --git a/test/data/testrunner.js b/test/data/testrunner.js index a0eb362..cdc3bcb 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; } + + // (Temporarily) Disable Ajax tests to reduce network strain + QUnit.isLocal = true; + document.write(""); })();