Skip to content

Commit

Permalink
Merge pull request #660 from MikeMcC399/fix/firefox-reliability
Browse files Browse the repository at this point in the history
Skip Firefox test using Cypress v9 to resolve flaky tests
  • Loading branch information
jaffrepaul committed Dec 15, 2022
2 parents 78da0ec + 1ee906e commit ee6f952
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit ee6f952

Please sign in to comment.