From bea7b7a630a0da12f96e989bc0bb90e5192f8c3a Mon Sep 17 00:00:00 2001 From: Zachary Williams Date: Fri, 6 Jan 2023 10:13:30 -0600 Subject: [PATCH] test: skip flaky test --- packages/launchpad/cypress/e2e/migration.cy.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/launchpad/cypress/e2e/migration.cy.ts b/packages/launchpad/cypress/e2e/migration.cy.ts index 052d27041c4b..85af6641dbd7 100644 --- a/packages/launchpad/cypress/e2e/migration.cy.ts +++ b/packages/launchpad/cypress/e2e/migration.cy.ts @@ -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')