From 692691938ccabc48f5bc312bb37f820a66634ec3 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 2 Mar 2017 23:57:28 -0500 Subject: [PATCH] remove comment --- rpc/client/rpc_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpc/client/rpc_test.go b/rpc/client/rpc_test.go index 681485936..c5f32d97f 100644 --- a/rpc/client/rpc_test.go +++ b/rpc/client/rpc_test.go @@ -64,8 +64,6 @@ func TestNetInfo(t *testing.T) { } } -// FIXME: This seems to trigger a race condition with client.Local -// go test -v -race . -run=DumpCons func TestDumpConsensusState(t *testing.T) { for i, c := range GetClients() { // FIXME: fix server so it doesn't panic on invalid input