remove comment

This commit is contained in:
Ethan Buchman
2017-03-02 23:57:28 -05:00
parent a200505ae5
commit 692691938c

View File

@ -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) { func TestDumpConsensusState(t *testing.T) {
for i, c := range GetClients() { for i, c := range GetClients() {
// FIXME: fix server so it doesn't panic on invalid input // FIXME: fix server so it doesn't panic on invalid input