mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 12:16:44 +00:00
uncomment random binary tests - passes
This commit is contained in:
parent
cb0ffe392e
commit
518c671067
1 changed files with 0 additions and 2 deletions
|
|
@ -217,8 +217,6 @@ func TestRandomData(t *testing.T) {
|
|||
testRandomData(chunker, tester, 70, 3, t)
|
||||
testRandomData(chunker, tester, 179, 5, t)
|
||||
testRandomData(chunker, tester, 253, 7, t)
|
||||
// testRandomData(chunker, tester, 2530, 79, t)
|
||||
// testRandomData(chunker, tester, 25300, 79, t)
|
||||
t.Logf("chunks %v", tester.chunks)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue