changes to hanging tests in unix, need rework

This commit is contained in:
redanthrax 2022-06-28 09:39:51 -07:00
parent 772ace9fb5
commit 6ed29e2b2b
5 changed files with 48 additions and 47 deletions

View file

@ -6,6 +6,6 @@ import (
//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()
}
//a := New(lg, version)
//a.RunRPC()
}