Skip to content

Commit

Permalink
tests: skip post-Berlin forks during EVMC tests
Browse files Browse the repository at this point in the history
CI tests were failing because the Cancun
suite was not skipped.

Core-Geth still only supports EVMCv7, so
all forks thereafter need to be skipped.

AFAIK an upgrade to EVMCv10 should catch
up to compatibility for these later forks.

Date: 2023-08-29 09:55:26-06:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Aug 29, 2023
1 parent 3ce83fc commit eade8b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ func TestState(t *testing.T) {
st.skipFork("London") // ETH
st.skipFork("Mystique") // ETC
st.skipFork("Merge") // ETH
st.skipFork("Shanghai") // ETH
st.skipFork("Spiral") // ETC
st.skipFork("Cancun") // ETH
}

// Un-skip this when https://github.com/ethereum/tests/issues/908 is closed
Expand Down

0 comments on commit eade8b2

Please sign in to comment.