Skip to content

Commit

Permalink
test: Skip account number cachectx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Mar 12, 2024
1 parent 1279ba9 commit 7bc0762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/state_transition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ func (suite *KeeperTestSuite) TestAccountNumberOrder() {
})
}

return
suite.T().Skip("CacheCtx StateDB does not currently support account number ordering")

// CacheCtx statedb
for _, tt := range tests {
Expand Down

0 comments on commit 7bc0762

Please sign in to comment.