skip 2537 tests

This commit is contained in:
Sina Mahmoodi 2025-01-16 16:04:18 +01:00
parent 6755fe1ac8
commit d91dd09f93

View file

@ -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/`)