diff --git a/tests/state_test.go b/tests/state_test.go index 7b82b05e58..e5d1acf043 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -54,6 +54,9 @@ func initMatcher(st *testMatcher) { // Uses 1GB RAM per tested fork st.skipLoad(`^stStaticCall/static_Call1MB`) + // Out-of-date EIP-2537 tests + st.skipLoad(`^stEIP2537/`) + // Broken tests: // EOF is not part of cancun st.skipLoad(`^stEOF/`)