From 40a6f52e14e9127affa5b010bd411240895e1be9 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Tue, 18 Jul 2023 09:56:55 +0200 Subject: [PATCH] ci: disable Firefox BiDi (#10564) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25cdc505601..8d1f329e3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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