forked from TrueCloudLab/rclone
cache: disable another unreliable test #1844
This commit is contained in:
parent
cb6de4a2cf
commit
abbcb2f5e0
1 changed files with 2 additions and 0 deletions
2
cache/cache_internal_test.go
vendored
2
cache/cache_internal_test.go
vendored
|
@ -464,6 +464,8 @@ func TestInternalCacheWrites(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestInternalExpiredChunkRemoved(t *testing.T) {
|
||||
t.Skip("FIXME disabled because it is unreliable")
|
||||
|
||||
if *SkipTimeouts {
|
||||
t.Skip("--skip-waits set")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue