remove non-deterministic test
This commit is contained in:
parent
9afefe0fd7
commit
520d15a060
1 changed files with 0 additions and 18 deletions
|
|
@ -87,22 +87,4 @@ o.spec("throttle", function() {
|
||||||
done()
|
done()
|
||||||
}, FRAME_BUDGET)
|
}, 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)
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue