Skip to content

Commit dbddcc1

Browse files
authoredAug 11, 2023
chore: skip flaky go test in driver commands (#27520)
1 parent 3eeb43b commit dbddcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/driver/cypress/e2e/e2e/origin/commands/navigation.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ context('cy.origin navigation', { browser: '!webkit' }, () => {
424424
})
425425

426426
// TODO: Investigate this flaky test.
427-
it('.go()', { retries: 15 }, () => {
427+
it.skip('.go()', { retries: 15 }, () => {
428428
cy.visit('/fixtures/primary-origin.html')
429429
cy.get('a[data-cy="cross-origin-secondary-link"]').click()
430430

5 commit comments

Comments
 (5)

cypress-bot[bot] commented on Aug 11, 2023

@cypress-bot[bot]
Contributor

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.4/linux-arm64/develop-dbddcc1f65c7580fb2180498f7d1629265151c5b/cypress.tgz

cypress-bot[bot] commented on Aug 11, 2023

@cypress-bot[bot]
Contributor

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.4/linux-x64/develop-dbddcc1f65c7580fb2180498f7d1629265151c5b/cypress.tgz

cypress-bot[bot] commented on Aug 11, 2023

@cypress-bot[bot]
Contributor

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.4/darwin-arm64/develop-dbddcc1f65c7580fb2180498f7d1629265151c5b/cypress.tgz

cypress-bot[bot] commented on Aug 11, 2023

@cypress-bot[bot]
Contributor

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.4/darwin-x64/develop-dbddcc1f65c7580fb2180498f7d1629265151c5b/cypress.tgz

cypress-bot[bot] commented on Aug 11, 2023

@cypress-bot[bot]
Contributor

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.17.4/win32-x64/develop-dbddcc1f65c7580fb2180498f7d1629265151c5b/cypress.tgz
Please sign in to comment.