aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/fx.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-07-21 20:48:29 +0000
committerJohn Resig <jeresig@gmail.com>2009-07-21 20:48:29 +0000
commit4e8f0c935e8fada0a755d9749cd371b96b9589d6 (patch)
tree6e1f3b6107c4bc727b7d57b17c564ddd1280623d /test/unit/fx.js
parent6649ae290373e147ef5d2f6b3664dadc1e2779a6 (diff)
downloadjquery-4e8f0c935e8fada0a755d9749cd371b96b9589d6.tar.gz
jquery-4e8f0c935e8fada0a755d9749cd371b96b9589d6.zip
Completely disable the flaky fx queue test.
Diffstat (limited to 'test/unit/fx.js')
-rw-r--r--test/unit/fx.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/fx.js b/test/unit/fx.js
index 8af8031bf..4b7d371c8 100644
--- a/test/unit/fx.js
+++ b/test/unit/fx.js
@@ -46,6 +46,7 @@ test("animate(Hash, Object, Function)", function() {
});
});
+/* // This test ends up being flaky depending upon the CPU load
test("animate option (queue === false)", function () {
expect(1);
stop();
@@ -64,6 +65,7 @@ test("animate option (queue === false)", function () {
order.push(1);
}});
});
+*/
test("animate duration 0", function() {
expect(5);