chore: skip flaky scaffold-project test (#27518)

This commit is contained in:
Adam Stone-Lord
2023-08-14 12:08:39 -04:00
committed by GitHub
parent f4f55cb23a
commit d0abe2a305
@@ -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')