Skip to content

Commit 746392c

Browse files
nonsensegbalint
authored andcommitted
swarm/storage: disable treechunker test while it is flaky (ethereum#16254)
1 parent 1548518 commit 746392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm/storage/chunker_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func TestRandomData(t *testing.T) {
363363

364364
}
365365

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

0 commit comments

Comments
 (0)