From 8bfeb9685e833ffc878fd613a0860a340a6b3f7f Mon Sep 17 00:00:00 2001 From: meows Date: Mon, 9 Mar 2020 18:39:01 -0500 Subject: [PATCH] tests: skip EWASM test callSenderBalanceExceeds128Bits This test would cause hera evmc.Run to panic. Signed-off-by: meows --- tests/state_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/state_test.go b/tests/state_test.go index 8daf71204f..6e94035ae2 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -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: