Commit 95d023a0 authored by Jeromy's avatar Jeromy

randomly getting a bad data layout shouldnt fail the tests

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 1ff7a984
......@@ -76,9 +76,6 @@ func TestRabinChunkReuse(t *testing.T) {
}
if extra > 2 {
t.Fatal("too many spare chunks made")
}
if extra == 2 {
t.Log("why did we get two extra blocks?")
t.Log("too many spare chunks made")
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment