Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Firefox test using Cypress v9 to resolve flaky tests #660

Merged
merged 1 commit into from Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/example-firefox.yml
Expand Up @@ -11,6 +11,10 @@ jobs:
firefox:
# should include Firefox browser install
# https://github.com/actions/virtual-environments
#
# skip Firefox test on Cypress v9 due to Cypress issue
# https://github.com/cypress-io/cypress/issues/23215
if: false
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down Expand Up @@ -60,4 +64,4 @@ jobs:
path: examples/v10/firefox/cypress/screenshots

- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/v10/firefox
working-directory: examples/v10/firefox