From 8f625e847bcd6a5e75cba3588dbeee13aee0dba5 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Thu, 26 Jan 2023 17:20:47 +0000 Subject: [PATCH] Changed skip message --- itests/eth_conformance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/eth_conformance_test.go b/itests/eth_conformance_test.go index 6e21101d2..f37d03942 100644 --- a/itests/eth_conformance_test.go +++ b/itests/eth_conformance_test.go @@ -138,7 +138,7 @@ func TestEthOpenRPCConformance(t *testing.T) { require.NoError(t, err) defer closer() - const skipUntilIssue10106 = "Skipped until https://github.com/filecoin-project/lotus/issues/10106 is addressed" + const skipUntilIssue10106 = "Skipped until EthTx is updated, see https://github.com/filecoin-project/lotus/issues/10106" testCases := []struct { method string