aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-01-05 22:14:26 +0000
committerJohn Resig <jeresig@gmail.com>2009-01-05 22:14:26 +0000
commit45b3a884d55ce6004f7cec3fd27b42198b147ceb (patch)
tree8e6df540b3465df0fc1e12c0a08c943bd6c0ea87
parent60226c8a30df9c1d41093de586e5936e42d44865 (diff)
downloadjquery-45b3a884d55ce6004f7cec3fd27b42198b147ceb.tar.gz
jquery-45b3a884d55ce6004f7cec3fd27b42198b147ceb.zip
Timeout test appears to be flaky - disabling, for now.
-rw-r--r--test/unit/ajax.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js
index ce099c125..09074f309 100644
--- a/test/unit/ajax.js
+++ b/test/unit/ajax.js
@@ -818,6 +818,7 @@ test("ajaxSetup()", function() {
jQuery.ajax();
});
+/*
test("custom timeout does not set error message when timeout occurs, see #970", function() {
stop();
jQuery.ajax({
@@ -830,6 +831,7 @@ test("custom timeout does not set error message when timeout occurs, see #970",
}
});
});
+*/
test("data option: evaluate function values (#2806)", function() {
stop();