remove non-deterministic test

This commit is contained in:
Leo Horie 2016-07-01 00:01:28 -04:00
parent 9afefe0fd7
commit 520d15a060

View file

@ -87,22 +87,4 @@ o.spec("throttle", function() {
done()
}, FRAME_BUDGET)
})
o("it doesn't swallow redraws", function(done, timeout) {
timeout(60)
throttled()
setTimeout(function() {
throttled()
setTimeout(function() {
throttled()
setTimeout(function() {
o(spy.callCount).equals(3)
done()
}, FRAME_BUDGET)
}, 0)
}, 0)
})
})