Explorar o código

swarm/storage: disable treechunker test while it is flaky (#16254)

Anton Evangelatov %!s(int64=7) %!d(string=hai) anos
pai
achega
746392cfd2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      swarm/storage/chunker_test.go

+ 1 - 1
swarm/storage/chunker_test.go

@@ -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}
 	tester := &chunkerTester{t: t}
 	chunker := NewTreeChunker(NewChunkerParams())