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