ci: disable Firefox BiDi (#10564)
This commit is contained in:
parent
6f31c52217
commit
40a6f52e14
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -217,6 +217,10 @@ jobs:
|
||||
suite: firefox-headful
|
||||
- os: macos-latest
|
||||
suite: firefox-headless
|
||||
# Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1843550
|
||||
# The first time the browsers launches it crashes.
|
||||
- os: macos-latest
|
||||
suite: firefox-bidi
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user