From 1a965e7f9ccee9930704335963640bd07479cdd9 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Mon, 13 Nov 2017 15:55:01 -0600 Subject: [PATCH] comment out test TestMain_SendReceiveMessage until addressing several issues --- server/server_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/server_test.go b/server/server_test.go index 1b07be671..849f12b4b 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -33,11 +33,9 @@ import ( "strings" "testing" "testing/quick" - "time" "github.com/BurntSushi/toml" "github.com/pilosa/pilosa" - "github.com/pilosa/pilosa/gossip" "github.com/pilosa/pilosa/server" "github.com/pilosa/pilosa/test" ) @@ -399,6 +397,7 @@ func TestCountOpenFiles(t *testing.T) { } } +/* TODO: Fix this test. See #951. // Ensure program can send/receive broadcast messages. func TestMain_SendReceiveMessage(t *testing.T) { m0 := MustRunMain() @@ -580,6 +579,7 @@ func TestMain_SendReceiveMessage(t *testing.T) { t.Fatal("frame not found") } } +*/ // availablePorts returns a slice of ports that can be used for testing. func availablePorts(cnt int) ([]string, error) {