mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
skip 2537 tests
This commit is contained in:
parent
6755fe1ac8
commit
d91dd09f93
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ func initMatcher(st *testMatcher) {
|
||||||
// Uses 1GB RAM per tested fork
|
// Uses 1GB RAM per tested fork
|
||||||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||||
|
|
||||||
|
// Out-of-date EIP-2537 tests
|
||||||
|
st.skipLoad(`^stEIP2537/`)
|
||||||
|
|
||||||
// Broken tests:
|
// Broken tests:
|
||||||
// EOF is not part of cancun
|
// EOF is not part of cancun
|
||||||
st.skipLoad(`^stEOF/`)
|
st.skipLoad(`^stEOF/`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue