git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba2df0
)
Temporarily disable ajax tests when running in TestSwam.
author
jeresig
<jeresig@gmail.com>
Wed, 24 Mar 2010 20:04:10 +0000
(16:04 -0400)
committer
jeresig
<jeresig@gmail.com>
Wed, 24 Mar 2010 20:04:10 +0000
(16:04 -0400)
test/data/testrunner.js
patch
|
blob
|
history
diff --git
a/test/data/testrunner.js
b/test/data/testrunner.js
index
a0eb362
..
cdc3bcb
100644
(file)
--- 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("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();