From: jeresig Date: Wed, 24 Mar 2010 20:04:10 +0000 (-0400) Subject: Temporarily disable ajax tests when running in TestSwam. X-Git-Tag: 1.4.3rc1~167^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=59124f92b52f24f2547afaecc55afe10e2955cb6;p=jquery.git Temporarily disable ajax tests when running in TestSwam. --- diff --git a/test/data/testrunner.js b/test/data/testrunner.js index a0eb3621a..cdc3bcb6d 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(""); })();