1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-28 14:13:28 +00: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")
}