Skip to content

Commit

Permalink
Skip TestStateChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Nov 21, 2023
1 parent d8a4531 commit f5328d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/state/statedb_fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ func (test *stateTest) verify(root common.Hash, next common.Hash, db *trie.Datab
}

func TestStateChanges(t *testing.T) {
t.Skip("Arbitrum doesn't support some of these operations due to https://github.com/OffchainLabs/go-ethereum/pull/271")

config := &quick.Config{MaxCount: 1000}
err := quick.Check((*stateTest).run, config)
if cerr, ok := err.(*quick.CheckError); ok {
Expand Down

0 comments on commit f5328d1

Please sign in to comment.