mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core/state: reuse TestSnapshotRandom testcase
This commit is contained in:
parent
5079dbea6e
commit
35892d2ace
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ func TestIntermediateLeaks(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestSnapshotRandom(t *testing.T) {
|
||||
t.Skip("@fjl fix me please")
|
||||
config := &quick.Config{MaxCount: 1000}
|
||||
err := quick.Check((*snapshotTest).run, config)
|
||||
if cerr, ok := err.(*quick.CheckError); ok {
|
||||
|
|
|
|||
Loading…
Reference in a new issue