Skip to content

Commit 305c761

Browse files
committed
macos
1 parent 236aefd commit 305c761

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pool/connection_pool_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,8 @@ func TestAdd_unreachable(t *testing.T) {
528528

529529
defer connPool.Close()
530530

531-
unhealthyServ := "127.0.0.2:6667"
532-
ctx, cancel = test_helpers.GetConnectContext()
533-
defer cancel()
534-
535-
err = connPool.Add(ctx, pool.Instance{
531+
unhealthyServ := "unreachable:6667"
532+
err = connPool.Add(context.Background(), pool.Instance{
536533
Name: unhealthyServ,
537534
Dialer: tarantool.NetDialer{
538535
Address: unhealthyServ,

0 commit comments

Comments
 (0)