From 09fb6f981ff8684b217736f63fa45778eb7c1ed9 Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 4 Jan 2022 05:21:59 -0800 Subject: [PATCH] tests: add forgotten skip for the external EVMs for Mystique Date: 2022-01-04 05:21:59-08:00 Signed-off-by: meows --- tests/state_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/state_test.go b/tests/state_test.go index 071a2c4b726a..75d7f8deac7e 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -66,9 +66,10 @@ func TestState(t *testing.T) { if *testEVM != "" || *testEWASM != "" { // Berlin tests are not expected to pass for external EVMs, yet. // - st.skipFork("^Berlin$") - st.skipFork("Magneto") - st.skipFork("London") + st.skipFork("^Berlin$") // ETH + st.skipFork("Magneto") // ETC + st.skipFork("London") // ETH + st.skipFork("Mystique") // ETC } // The multigeth data type (like the Ethereum Foundation data type) doesn't support // the ETC_Mystique fork/feature configuration, which omits EIP1559 and the associated BASEFEE