We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebb604 commit 5c50faaCopy full SHA for 5c50faa
1 file changed
.github/workflows/test-e2e.yml
@@ -63,6 +63,11 @@ jobs:
63
# only test Edge on Windows
64
- os: windows-2022
65
browser: msedge
66
+ exclude:
67
+ # TEMP skip testing Chrome on ubuntu
68
+ # The GH Actions runner includes a newer version of Chrome that the one matching the Chromium version installed by Playwright, so some tests fail.
69
+ - os: ubuntu-24.04
70
+ browser: chrome
71
steps:
72
- name: Checkout
73
uses: actions/checkout@v4
0 commit comments