We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1653c commit b84cb74Copy full SHA for b84cb74
packages/launchpad/cypress/e2e/migration.cy.ts
@@ -80,7 +80,9 @@ function renameSupport (lang: 'js' | 'ts' | 'coffee' = 'js') {
80
}
81
82
describe('global mode', () => {
83
- 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
84
+ // see: https://github.com/cypress-io/cypress/issues/25377
85
+ it.skip('migrates 2 projects in global mode', () => {
86
cy.openGlobalMode()
87
cy.addProject('migration-e2e-export-default')
88
cy.addProject('migration-e2e-custom-integration-with-projectId')
0 commit comments