From 59124f92b52f24f2547afaecc55afe10e2955cb6 Mon Sep 17 00:00:00 2001
From: jeresig <jeresig@gmail.com>
Date: Wed, 24 Mar 2010 16:04:10 -0400
Subject: [PATCH] Temporarily disable ajax tests when running in TestSwam.

---
 test/data/testrunner.js |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index a0eb362..cdc3bcb 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("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
 })();
-- 
1.7.10.4