From d91dd09f9334f336a0ea204b41838487890f9351 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 16 Jan 2025 16:04:18 +0100 Subject: [PATCH] skip 2537 tests --- tests/state_test.go | 3 +++ 1 file changed, 3 insertions(+) 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/`)