diff --git a/packages/app/cypress/e2e/specs_list_e2e.cy.ts b/packages/app/cypress/e2e/specs_list_e2e.cy.ts index 5bfbd0f2470a..f66467d8fb2c 100644 --- a/packages/app/cypress/e2e/specs_list_e2e.cy.ts +++ b/packages/app/cypress/e2e/specs_list_e2e.cy.ts @@ -246,7 +246,7 @@ describe('App: Spec List (E2E)', () => { }) // TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23305 - it('saves the filter when navigating to a spec and back', { retries: 15 }, function () { + it.skip('saves the filter when navigating to a spec and back', function () { const targetSpecFile = 'accounts_list.spec.js' clearSearchAndType(targetSpecFile) diff --git a/packages/launchpad/cypress/e2e/project-setup.cy.ts b/packages/launchpad/cypress/e2e/project-setup.cy.ts index 3c2c526dd9d7..692b98748516 100644 --- a/packages/launchpad/cypress/e2e/project-setup.cy.ts +++ b/packages/launchpad/cypress/e2e/project-setup.cy.ts @@ -596,7 +596,7 @@ describe('Launchpad: Setup Project', () => { }) // TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23153 - it('makes the right command for pnpm', { retries: 15 }, () => { + it.skip('makes the right command for pnpm', () => { scaffoldAndOpenProject('pristine-pnpm') cy.visitLaunchpad() @@ -609,7 +609,7 @@ describe('Launchpad: Setup Project', () => { }) // TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23153 - it('makes the right command for npm', { retries: 15 }, () => { + it.skip('makes the right command for npm', () => { scaffoldAndOpenProject('pristine-npm') cy.visitLaunchpad()