From 58283a1c3d78b04b779830e8a59a0b224c96b4a6 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Thu, 2 Mar 2023 17:12:38 +0100 Subject: [PATCH] Stop testing Firefox ESR on Windows It is failing so much that it is making the rest of the tests a bit useless. Should re-enable at some point in the future once a new ESR version is out. --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index afb52bc3..7cabdebe 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,7 +28,7 @@ jobs: # os: [ubuntu, macos, windows] browser: [firefox, firefoxesr] exclude: - - os: macos + - os: [macos, windows] browser: firefoxesr runs-on: ${{ matrix.os }}-latest