Skip to content

Commit

Permalink
Disable Firefox checks until Playwright is fixed
Browse files Browse the repository at this point in the history
See microsoft/playwright#21145 for more
details.

Signed-off-by: Rūdolfs Ošiņš <rudolfs@osins.org>
  • Loading branch information
rudolfs committed Feb 27, 2023
1 parent 55cc5c3 commit d71f47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
continue-on-error: true
strategy:
matrix:
browser: [chromium, firefox, visual, heartwood]
# Disable firefox until this is fixed upstream:
# https://github.com/microsoft/playwright/issues/21145
# browser: [chromium, firefox, visual, heartwood]
browser: [chromium, visual, heartwood]
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d71f47a

Please sign in to comment.