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)