From 1e5675094bcbb9145860c047797ce2ee83ffb7b3 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Wed, 12 Oct 2022 14:25:54 +0000 Subject: [PATCH] Update packages/network/test/integration/connect_spec.ts Co-authored-by: Matt Henkes --- packages/network/test/integration/connect_spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network/test/integration/connect_spec.ts b/packages/network/test/integration/connect_spec.ts index a9a2d9f7cd6e..6b026474dcc5 100644 --- a/packages/network/test/integration/connect_spec.ts +++ b/packages/network/test/integration/connect_spec.ts @@ -12,6 +12,7 @@ chai.use(sinonChai) describe('lib/connect', function () { context('.getAddress', function () { it('resolves localhost on 127.0.0.1 immediately', function () { + // TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23155 this.retries(15) this.timeout(50)