Skip to content

Commit

Permalink
test: skip flaky migration test (#25378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 authored Jan 31, 2023
1 parent 6f1653c commit b84cb74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/launchpad/cypress/e2e/migration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ function renameSupport (lang: 'js' | 'ts' | 'coffee' = 'js') {
}

describe('global mode', () => {
it('migrates 2 projects in global mode', () => {
// TODO: Figure out why it is flaky. Seems to be due to MigrationWizard query being executed multiple times
// see: https://github.com/cypress-io/cypress/issues/25377
it.skip('migrates 2 projects in global mode', () => {
cy.openGlobalMode()
cy.addProject('migration-e2e-export-default')
cy.addProject('migration-e2e-custom-integration-with-projectId')
Expand Down

3 comments on commit b84cb74

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b84cb74 Jan 31, 2023

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 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.5.0/linux-arm64/develop-b84cb74021c933b4333170845d4e600b39451c60/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b84cb74 Jan 31, 2023

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 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.5.0/linux-x64/develop-b84cb74021c933b4333170845d4e600b39451c60/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b84cb74 Jan 31, 2023

Choose a reason for hiding this comment

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

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.5.0/win32-x64/develop-b84cb74021c933b4333170845d4e600b39451c60/cypress.tgz

Please sign in to comment.