diff --git a/test/data/testrunner.js b/test/data/testrunner.js index a0eb3621..cdc3bcb6 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(""); })();