Completely disable the flaky fx queue test.

This commit is contained in:
John Resig 2009-07-21 20:48:29 +00:00
parent 6649ae2903
commit 4e8f0c935e

View file

@ -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);