swarm/storage: disable treechunker test while it is flaky

This commit is contained in:
Anton Evangelatov 2018-03-05 13:43:33 +01:00
parent abed63c38f
commit 185a72e4fc

View file

@ -363,7 +363,7 @@ func TestRandomData(t *testing.T) {
} }
func TestRandomBrokenData(t *testing.T) { func XTestRandomBrokenData(t *testing.T) {
sizes := []int{1, 60, 83, 179, 253, 1024, 4095, 4096, 4097, 8191, 8192, 8193, 12287, 12288, 12289, 123456, 2345678} sizes := []int{1, 60, 83, 179, 253, 1024, 4095, 4096, 4097, 8191, 8192, 8193, 12287, 12288, 12289, 123456, 2345678}
tester := &chunkerTester{t: t} tester := &chunkerTester{t: t}
chunker := NewTreeChunker(NewChunkerParams()) chunker := NewTreeChunker(NewChunkerParams())