aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2010-03-27 18:58:55 -0500
committerBrandon Aaron <brandon.aaron@gmail.com>2010-03-27 18:58:55 -0500
commitd6f03aa0df4f734f6f09bf82effa5b7fcd8487fc (patch)
tree7e205318c974e3b292fdf71f12e6bde7532915e0 /test/data
parentefea0f23f9e0f147c5ff5b5d35249417c32c3a53 (diff)
parentdab1d7467789c7092366f8231dceee0dc20d2553 (diff)
downloadjquery-d6f03aa0df4f734f6f09bf82effa5b7fcd8487fc.tar.gz
jquery-d6f03aa0df4f734f6f09bf82effa5b7fcd8487fc.zip
Merge branch 'master' of github.com:jquery/jquery
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testrunner.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index a0eb3621a..dc39bc5b7 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
+ isLocal = QUnit.isLocal = true;
+
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();