nfsmount: require --vfs-cache-mode writes or above in tests
These tests fail for --vfs-cache-mode minimal on Linux for the same reason they don't work properly with --vfs-cache-mode off
This commit is contained in:
parent
13ea77dd71
commit
50d42babd8
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ func TestMount(t *testing.T) {
|
||||||
}
|
}
|
||||||
sudo = true
|
sudo = true
|
||||||
}
|
}
|
||||||
vfstest.RunTests(t, false, vfscommon.CacheModeMinimal, false, mount)
|
vfstest.RunTests(t, false, vfscommon.CacheModeWrites, false, mount)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue