mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
new: dev: pos-398 skipLoad stChangedEIP150
This commit is contained in:
parent
56a5f4f67b
commit
75d5646ef2
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`.*stEIP2930*`)
|
||||
st.skipLoad(`.*stEIP1559*`)
|
||||
st.skipLoad(`.*stEIP3607*`)
|
||||
st.skipLoad(`.*stChangedEIP150*`)
|
||||
st.skipLoad(`.*stLogTests*`)
|
||||
st.skipLoad(`.*stSLoadTest*`)
|
||||
st.skipLoad(`.*stCreateTest*`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue