Commit f059f7e
committed
fix(test): exclude more File-based test cases from miri
Miri sometimes non-deterministically has its mocks for read(2)/write(2)
do only partial reads/writes, which our unittests cannot deal with. See
also commit 029c652 ("fix(test): do not try to read files under
miri"). Mark these test cases as cfg(not(miri)).
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 5ae6510 commit f059f7e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
458 | 459 | | |
459 | 460 | | |
460 | 461 | | |
| |||
0 commit comments