Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information