diff --git a/v2/pkg/parser/zxrfqv3/parser_test.go b/v2/pkg/parser/zxrfqv3/parser_test.go index a4f1423..3ce07af 100644 --- a/v2/pkg/parser/zxrfqv3/parser_test.go +++ b/v2/pkg/parser/zxrfqv3/parser_test.go @@ -214,7 +214,7 @@ func TestExtractLogData(t *testing.T) { } func TestDeployParser_HandleDeployLog(t *testing.T) { - //t.Skip("Need to add the rpc url that enables the trace call JSON-RPC") + t.Skip("Need to add the rpc url that enables the trace call JSON-RPC") ethClient, err := ethclient.Dial(rpcURL) require.NoError(t, err)