Skip to content

Commit

Permalink
tests: add forgotten skip for the external EVMs for Mystique
Browse files Browse the repository at this point in the history
Date: 2022-01-04 05:21:59-08:00
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Jan 4, 2022
1 parent 730ff1d commit 09fb6f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09fb6f9

Please sign in to comment.