Closed achille-roussel closed 1 year ago
We had a few issues in our use of testing/fstest, which are fixed by this PR.
testing/fstest
After fixing the issues, I ran into what appears to be a bug in the testing/fstest package, and submitted a CL to Go to address https://go-review.googlesource.com/c/go/+/503175
The tests in this PR won't pass until the fix is added to Go, so I have changed it to skip instead of failing.
We had a few issues in our use of
testing/fstest
, which are fixed by this PR.After fixing the issues, I ran into what appears to be a bug in the
testing/fstest
package, and submitted a CL to Go to address https://go-review.googlesource.com/c/go/+/503175The tests in this PR won't pass until the fix is added to Go, so I have changed it to skip instead of failing.