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:
6649ae2
)
Completely disable the flaky fx queue test.
author
John Resig
<jeresig@gmail.com>
Tue, 21 Jul 2009 20:48:29 +0000
(20:48 +0000)
committer
John Resig
<jeresig@gmail.com>
Tue, 21 Jul 2009 20:48:29 +0000
(20:48 +0000)
test/unit/fx.js
patch
|
blob
|
history
diff --git
a/test/unit/fx.js
b/test/unit/fx.js
index
8af8031
..
4b7d371
100644
(file)
--- 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);