mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
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
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user