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:
Nick Craig-Wood 2024-06-25 09:20:43 +01:00
parent 13ea77dd71
commit 50d42babd8

View File

@ -28,5 +28,5 @@ func TestMount(t *testing.T) {
}
sudo = true
}
vfstest.RunTests(t, false, vfscommon.CacheModeMinimal, false, mount)
vfstest.RunTests(t, false, vfscommon.CacheModeWrites, false, mount)
}