Completely disable the flaky fx queue test.
This commit is contained in:
parent
6649ae2903
commit
4e8f0c935e
|
@ -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 () {
|
test("animate option (queue === false)", function () {
|
||||||
expect(1);
|
expect(1);
|
||||||
stop();
|
stop();
|
||||||
|
@ -64,6 +65,7 @@ test("animate option (queue === false)", function () {
|
||||||
order.push(1);
|
order.push(1);
|
||||||
}});
|
}});
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
test("animate duration 0", function() {
|
test("animate duration 0", function() {
|
||||||
expect(5);
|
expect(5);
|
||||||
|
|
Loading…
Reference in a new issue