diff --git a/packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts b/packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts index fe5d93f26604..24311a6ebcc4 100644 --- a/packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts +++ b/packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts @@ -7,7 +7,7 @@ describe('Spec List - Last updated with no git info', () => { }) // TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23474 - it('shows no icon and file system timestamp for files', { retries: 15 }, () => { + it.skip('shows no icon and file system timestamp for files', () => { cy.get('[data-cy-row="blank-contents.spec.js"] [data-cy="git-info-row"] svg') .should('not.exist')