Skip to content

Commit

Permalink
shows no icon and file system timestamp for files is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Dec 19, 2022
1 parent 8555b4c commit 3a5b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/cypress/e2e/specs_list_no_git_repo.cy.ts
Expand Up @@ -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')

Expand Down

5 comments on commit 3a5b016

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3a5b016 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.0/linux-arm64/retry-flake-3a5b0161b0855b2b3da9b170f7041d8a378af713/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3a5b016 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.0/linux-x64/retry-flake-3a5b0161b0855b2b3da9b170f7041d8a378af713/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3a5b016 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.0/darwin-arm64/retry-flake-3a5b0161b0855b2b3da9b170f7041d8a378af713/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3a5b016 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.0/darwin-x64/retry-flake-3a5b0161b0855b2b3da9b170f7041d8a378af713/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3a5b016 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.2.0/win32-x64/retry-flake-3a5b0161b0855b2b3da9b170f7041d8a378af713/cypress.tgz

Please sign in to comment.