mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
cache: disable another unreliable test #1844
This commit is contained in:
parent
cb6de4a2cf
commit
abbcb2f5e0
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) {
|
func TestInternalExpiredChunkRemoved(t *testing.T) {
|
||||||
|
t.Skip("FIXME disabled because it is unreliable")
|
||||||
|
|
||||||
if *SkipTimeouts {
|
if *SkipTimeouts {
|
||||||
t.Skip("--skip-waits set")
|
t.Skip("--skip-waits set")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user