You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a growing project on development and I use Kiwi for it.
At first everything was fine but now, when I launch my tests, I'm stuck on a random test that will spinning forever.
When I pause the debugger to see what happen, I could see in the stack that I'm stuck on [KWProbePoller check:] method.
All tests "stuckable" are one using expectFutureValue ... shouldEventually.
Hello,
I have a growing project on development and I use Kiwi for it.
At first everything was fine but now, when I launch my tests, I'm stuck on a random test that will spinning forever.
When I pause the debugger to see what happen, I could see in the stack that I'm stuck on [KWProbePoller check:] method.
All tests "stuckable" are one using expectFutureValue ... shouldEventually.
Here's a snippet for the last "stucked" test
The text was updated successfully, but these errors were encountered: