mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-25 18:41:08 -06:00
don't run flaky driver electron tests in ci (for now) (#5326)
This commit is contained in:
committed by
Jennifer Shehane
parent
6d0d4f4f6d
commit
7fe503037d
57
circle.yml
57
circle.yml
@@ -452,30 +452,30 @@ jobs:
|
||||
path: /tmp/artifacts
|
||||
- store-npm-logs
|
||||
|
||||
"driver-integration-tests-electron":
|
||||
<<: *defaults
|
||||
parallelism: 5
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/
|
||||
- run:
|
||||
command: npm start
|
||||
background: true
|
||||
working_directory: packages/driver
|
||||
- run:
|
||||
command: $(npm bin)/wait-on http://localhost:3500
|
||||
working_directory: packages/driver
|
||||
- run:
|
||||
command: |
|
||||
CYPRESS_KONFIG_ENV=production \
|
||||
CYPRESS_RECORD_KEY=$PACKAGES_RECORD_KEY \
|
||||
npm run cypress:run -- --record --parallel --group 5x-driver-electron --browser electron
|
||||
working_directory: packages/driver
|
||||
- store_test_results:
|
||||
path: /tmp/cypress
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts
|
||||
- store-npm-logs
|
||||
# "driver-integration-tests-electron":
|
||||
# <<: *defaults
|
||||
# parallelism: 5
|
||||
# steps:
|
||||
# - attach_workspace:
|
||||
# at: ~/
|
||||
# - run:
|
||||
# command: npm start
|
||||
# background: true
|
||||
# working_directory: packages/driver
|
||||
# - run:
|
||||
# command: $(npm bin)/wait-on http://localhost:3500
|
||||
# working_directory: packages/driver
|
||||
# - run:
|
||||
# command: |
|
||||
# CYPRESS_KONFIG_ENV=production \
|
||||
# CYPRESS_RECORD_KEY=$PACKAGES_RECORD_KEY \
|
||||
# npm run cypress:run -- --record --parallel --group 5x-driver-electron --browser electron
|
||||
# working_directory: packages/driver
|
||||
# - store_test_results:
|
||||
# path: /tmp/cypress
|
||||
# - store_artifacts:
|
||||
# path: /tmp/artifacts
|
||||
# - store-npm-logs
|
||||
|
||||
"desktop-gui-integration-tests-2x":
|
||||
<<: *defaults
|
||||
@@ -857,10 +857,11 @@ linux-workflow: &linux-workflow
|
||||
context: test-runner:integration-tests
|
||||
requires:
|
||||
- build
|
||||
- driver-integration-tests-electron:
|
||||
context: test-runner:integration-tests
|
||||
requires:
|
||||
- build
|
||||
## TODO: add these back in when flaky tests are fixed
|
||||
# - driver-integration-tests-electron:
|
||||
# context: test-runner:integration-tests
|
||||
# requires:
|
||||
# - build
|
||||
- desktop-gui-integration-tests-2x:
|
||||
context: test-runner:integration-tests
|
||||
requires:
|
||||
|
||||
Reference in New Issue
Block a user