Skip to content

Commit

Permalink
Update packages/network/test/integration/connect_spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
  • Loading branch information
flotwig and mjhenkes committed Oct 12, 2022
1 parent 762ad16 commit 1e56750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/network/test/integration/connect_spec.ts
Expand Up @@ -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)

Expand Down

4 comments on commit 1e56750

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e56750 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.10.0/linux-x64/retry-flake-1e5675094bcbb9145860c047797ce2ee83ffb7b3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e56750 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.10.0/linux-arm64/retry-flake-1e5675094bcbb9145860c047797ce2ee83ffb7b3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e56750 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.10.0/darwin-x64/retry-flake-1e5675094bcbb9145860c047797ce2ee83ffb7b3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1e56750 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.10.0/darwin-arm64/retry-flake-1e5675094bcbb9145860c047797ce2ee83ffb7b3/cypress.tgz

Please sign in to comment.