aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2011-10-13 12:07:54 -0400
committertimmywil <timmywillisn@gmail.com>2011-10-13 12:07:54 -0400
commit7bef99e94d0fa6a9885403760e30a59ef32e96a4 (patch)
treea30175455df442772507e71f7a5afb922224725e /test/data
parent8723f3b9e1db5d4fdcd50624441fe3536d1ae2f2 (diff)
downloadjquery-7bef99e94d0fa6a9885403760e30a59ef32e96a4.tar.gz
jquery-7bef99e94d0fa6a9885403760e30a59ef32e96a4.zip
Run ajax tests in swarm
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testrunner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index 6d44b460c..abe85f087 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -21,7 +21,7 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
}
// (Temporarily) Disable Ajax tests to reduce network strain
- isLocal = QUnit.isLocal = true;
+ // isLocal = QUnit.isLocal = true;
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();