Siddharth Rakesh
Siddharth Rakesh
+1 for this
Still encountering this issue in CI/CD
Hi @mpeyper, could you please take a look? thanks!
@MatanBobi Thanks for your response! I'm finding it difficult to reproduce this since our tests generally pass locally, and they are flaky on the CI builds. Can something on a...
thanks @devhelpr , I've also set `asyncUtilTimeout` to `10000`, and it does help, but doesn't fix everything.
Hi @MatanBobi , do you have any suggestions for fixing these issues?
Hi everyone, there is something that really helped reduce the flakiness of our tests. We ensured that after every call of `jest.useFakeTimers`, we called `jest.runOnlyPendingTimers();` and `jest.useRealTimers();`. This reduced flakiness...
Encountering the same issue in our unit tests as well while trying to upgrade `@emotion/jest` to `11.13.0`