diff --git a/client_test.go b/client_test.go index c764263..2d37ce0 100644 --- a/client_test.go +++ b/client_test.go @@ -1735,7 +1735,7 @@ func TestClient_DialSendConcurrent_online(t *testing.T) { client, err := getTestConnection(true) if err != nil { - t.Errorf("unable to create new client: %s", err) + t.Skipf("failed to create test client: %s. Skipping tests", err) } var messages []*Msg