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()