test: skip flaky migration test (#25378)

This commit is contained in:
Zachary Williams
2023-01-31 09:35:08 -06:00
committed by GitHub
parent 6f1653cf6d
commit b84cb74021
@@ -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')