From 5917d0337450c33558ad9df7162e93f20e1c031a Mon Sep 17 00:00:00 2001 From: redanthrax Date: Fri, 24 Jun 2022 09:29:00 -0700 Subject: [PATCH] run rpc comment --- agent/rpc_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/rpc_test.go b/agent/rpc_test.go index 385d3b9..770244f 100644 --- a/agent/rpc_test.go +++ b/agent/rpc_test.go @@ -4,6 +4,7 @@ import ( "testing" ) +//uncomment to test rpc, comment to add back before commit, this test will always timeout func TestRunRPC(t *testing.T) { a := New(lg, version) a.RunRPC()