mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|
suite: firefox-headful
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
suite: firefox-headless
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user