## Problem We should enable [bypassed test cases](https://github.com/cosmos/evm/blob/main/tests/systemtests/mempool/test_replacement.go#L30) of appside mempool e2e test ## Problem Details There are test [bypassed cases](https://github.com/cosmos/evm/blob/main/tests/systemtests/mempool/test_replacement.go#L30) of appside mempool e2e test because of bug (https://github.com/cosmos/evm/issues/590) However, that bug is fixed. So now, we should enable that test cases.