good morning!!!!

Skip to content
Snippets Groups Projects
Commit 746392cf authored by Anton Evangelatov's avatar Anton Evangelatov Committed by Balint Gabor
Browse files

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

parent 15485186
No related branches found
No related tags found
No related merge requests found
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment