mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
core/state: revert metro suicide map addition (#15024)
This commit is contained in:
committed by
Felix Lange
parent
20b818d206
commit
ff9a868232
@@ -37,7 +37,6 @@ func TestBlockchain(t *testing.T) {
|
||||
|
||||
// Still failing tests
|
||||
bt.skipLoad(`^bcWalletTest.*_Byzantium$`)
|
||||
bt.skipLoad(`^bcStateTests/suicideCoinbase.json.*_Byzantium$`)
|
||||
|
||||
bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) {
|
||||
if err := bt.checkFailure(t, name, test.Run()); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user