Skip to content

Commit

Permalink
ci: remove flaky tests from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 11, 2021
1 parent 04d1b2c commit 4529cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ commands:
name: Generate report
command: cd integration_tests && node ./generate_report.js
when: always
- run:
name: Run flaky/broken cucumber scenarios (Always pass)
command: cd integration_tests && node_modules/.bin/cucumber-js --tags "not @long-running and (@broken or @flaky)" --format json:cucumber_output/broken-tests.cucumber || true
# - run:
# name: Run flaky/broken cucumber scenarios (Always pass)
# command: cd integration_tests && node_modules/.bin/cucumber-js --tags "not @long-running and (@broken or @flaky)" --format json:cucumber_output/broken-tests.cucumber || true
- store_test_results:
path: integration_tests/cucumber_output
- store_artifacts:
Expand Down

0 comments on commit 4529cc7

Please sign in to comment.