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
Avoid stubbing File.read to prevent flaky tests (#2980)
### Motivation
This test is flaky because sometimes threads switch and something else tries to invoke `File.read`. Instead of stubbing it, we can just create the expected file to avoid the flakiness.
0 commit comments