Skip to content

Commit

Permalink
tests: skip precompiled contracts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chiphamskymavis committed Jan 6, 2025
1 parent 6c1997a commit 04ee133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func TestState(t *testing.T) {

// Broken tests:
// Expected failures:
st.skipLoad(`^stPreCompiledContracts`) // Ronin contract are not match with Ethereum

//st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/Byzantium/0`, "bug in test")
//st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/Byzantium/3`, "bug in test")
//st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/Constantinople/0`, "bug in test")
Expand Down

0 comments on commit 04ee133

Please sign in to comment.