Commit 795616db authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Document TestStatFs flakiness.

parent 4bf24d7b
...@@ -655,6 +655,8 @@ func TestIoctl(t *testing.T) { ...@@ -655,6 +655,8 @@ func TestIoctl(t *testing.T) {
fmt.Println("ioctl", v, e) fmt.Println("ioctl", v, e)
} }
// This test is racy. If an external process consumes space while this
// runs, we may see spurious differences between the two statfs() calls.
func TestStatFs(t *testing.T) { func TestStatFs(t *testing.T) {
ts := NewTestCase(t) ts := NewTestCase(t)
defer ts.Cleanup() defer ts.Cleanup()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment