Skip to content

Commit

Permalink
chore: skip flaky system tests (#27533)
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 authored Aug 11, 2023
1 parent 1061f85 commit e28c44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system-tests/test/cdp_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ describe('e2e cdp', function () {
project: 'remote-debugging-disconnect',
spec: 'spec.cy.ts',
browser: 'chrome',
skip: true, // TODO: Investigate and unskip flaky test
})
})
1 change: 1 addition & 0 deletions system-tests/test/screenshot_fullpage_capture_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ describe('e2e screenshot fullPage capture', () => {
systemTests.it('passes', {
spec: 'screenshot_fullpage_capture.cy.js',
snapshot: true,
browser: '!firefox', // This test is flaky on Firefox
})
})

5 comments on commit e28c44e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e28c44e Aug 11, 2023

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.17.4/linux-arm64/develop-e28c44eaa2b647c72f42f0d2565f0a3e3d339693/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e28c44e Aug 11, 2023

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.17.4/linux-x64/develop-e28c44eaa2b647c72f42f0d2565f0a3e3d339693/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e28c44e Aug 11, 2023

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.17.4/darwin-x64/develop-e28c44eaa2b647c72f42f0d2565f0a3e3d339693/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e28c44e Aug 11, 2023

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.17.4/win32-x64/develop-e28c44eaa2b647c72f42f0d2565f0a3e3d339693/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e28c44e Aug 11, 2023

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.17.4/darwin-arm64/develop-e28c44eaa2b647c72f42f0d2565f0a3e3d339693/cypress.tgz

Please sign in to comment.