mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
ethclient/simulated: skipped TestTransactionRollbackBehavior
This commit is contained in:
parent
bf9f447c42
commit
e46ca3873f
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ import (
|
||||||
// TestTransactionRollbackBehavior tests that calling Rollback on the simulated backend doesn't prevent subsequent
|
// TestTransactionRollbackBehavior tests that calling Rollback on the simulated backend doesn't prevent subsequent
|
||||||
// addition of new transactions
|
// addition of new transactions
|
||||||
func TestTransactionRollbackBehavior(t *testing.T) {
|
func TestTransactionRollbackBehavior(t *testing.T) {
|
||||||
|
t.Skip("bor: rollback is for beacon chain")
|
||||||
sim := NewBackend(
|
sim := NewBackend(
|
||||||
types.GenesisAlloc{
|
types.GenesisAlloc{
|
||||||
testAddr: {Balance: big.NewInt(10000000000000000)},
|
testAddr: {Balance: big.NewInt(10000000000000000)},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue