diff --git a/packages/launchpad/cypress/e2e/scaffold-project.cy.ts b/packages/launchpad/cypress/e2e/scaffold-project.cy.ts index 2ee93df628..0e6687d1d6 100644 --- a/packages/launchpad/cypress/e2e/scaffold-project.cy.ts +++ b/packages/launchpad/cypress/e2e/scaffold-project.cy.ts @@ -167,7 +167,8 @@ describe('scaffolding new projects', { defaultCommandTimeout: 7000 }, () => { assertScaffoldedFilesAreCorrect({ language, testingType: 'component', ctFramework: 'Create React App (v5)', customDirectory: 'without-fixtures' }) }) - it('generates valid config file for pristine project without cypress installed', () => { + // NOTE: Skipping this test because it is flaky + it.skip('generates valid config file for pristine project without cypress installed', () => { cy.intercept('mutation-ScaffoldedFiles_completeSetup').as('mutationScaffoldedFiles') cy.intercept('query-MainLaunchpadQuery').as('mainLaunchpadQuery') cy.intercept('query-HeaderBar_HeaderBarQuery').as('headerBarQuery')