Skip to content

Commit

Permalink
Unskip unflaky test?
Browse files Browse the repository at this point in the history
Couldn't get to flake: #23474 (comment)
  • Loading branch information
flotwig committed Feb 1, 2023
1 parent ae9c778 commit e9b0b26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ describe('Spec List - Last updated with no git info', () => {
cy.visitApp()
})

// TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23474
it.skip('shows no icon and file system timestamp for files', () => {
it('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')

Expand Down

0 comments on commit e9b0b26

Please sign in to comment.