ethclient/simulated: skipped TestTransactionRollbackBehavior

This commit is contained in:
Pratik Patil 2025-05-14 16:45:36 +05:30
parent bf9f447c42
commit e46ca3873f
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

@ -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)},