1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00

cache: disable another unreliable test #1844

This commit is contained in:
Nick Craig-Wood 2017-11-20 21:25:38 +00:00
parent cb6de4a2cf
commit abbcb2f5e0

View File

@ -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")
}