Skip to content

Commit

Permalink
tests: skip EWASM test callSenderBalanceExceeds128Bits
Browse files Browse the repository at this point in the history
This test would cause hera evmc.Run to panic.

Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Mar 9, 2020
1 parent 139dbb5 commit 8bfeb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestState(t *testing.T) {
if *testEWASM != "" {
// FIXME: For now, only run EWASM tests when the vm.ewasm flag is in use.
st.whitelist(`^stEWASM`)
st.skipLoad(`callSenderBalanceExceeds128Bits`)
} else {
t.Parallel()
// Long tests:
Expand Down

0 comments on commit 8bfeb96

Please sign in to comment.