Skip to content

Commit 5c50faa

Browse files
committed
TMP ci: exclude running e2e tests with Chrome on ubuntu as they fail
1 parent cebb604 commit 5c50faa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
# only test Edge on Windows
6464
- os: windows-2022
6565
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
6671
steps:
6772
- name: Checkout
6873
uses: actions/checkout@v4

0 commit comments

Comments
 (0)