mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 02:40:22 -05:00
chore: skip flaky scaffold-project test (#27518)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user