diff --git a/vfs/read_write_test.go b/vfs/read_write_test.go index 5b30ed675..b0e05a84e 100644 --- a/vfs/read_write_test.go +++ b/vfs/read_write_test.go @@ -723,6 +723,7 @@ func TestRWCacheUpdate(t *testing.T) { opt.CacheMode = vfscommon.CacheModeFull opt.WriteBack = writeBackDelay opt.DirCacheTime = fs.Duration(100 * time.Millisecond) + opt.HandleCaching = 0 r, vfs := newTestVFSOpt(t, &opt) if r.Fremote.Precision() == fs.ModTimeNotSupported {