mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 16:40:03 -05:00
test: skip flaky migration test (#25378)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user