Pārlūkot izejas kodu

Skip ConnClosing for now

Chris Bannister 11 gadi atpakaļ
vecāks
revīzija
f34c6c3fc3
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      conn_test.go

+ 1 - 0
conn_test.go

@@ -159,6 +159,7 @@ func TestRoundRobin(t *testing.T) {
 }
 
 func TestConnClosing(t *testing.T) {
+	t.Skip("Skipping until test can be ran reliably")
 	srv := NewTestServer(t)
 	defer srv.Stop()