Skip to content

Commit b84cb74

Browse files
authored
test: skip flaky migration test (#25378)
1 parent 6f1653c commit b84cb74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/launchpad/cypress/e2e/migration.cy.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ function renameSupport (lang: 'js' | 'ts' | 'coffee' = 'js') {
8080
}
8181

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

0 commit comments

Comments
 (0)