From 5fb4f0bd370c468d9eee8b47326205b045a831c7 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Thu, 11 Feb 2021 08:12:03 +0000 Subject: [PATCH] chore: temporarily disable FF tests on CI The tests are regularly flaking (see #6861 for some investigation). In the mean time it's blocking us landing and releasing, so we'll temporarily skip FF tests for now. --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb916f6ab8207..395d825b1f0a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,11 +60,12 @@ jobs: xvfb-run --auto-servernum npm run unit-with-coverage xvfb-run --auto-servernum npm run assert-unit-coverage - - name: Run unit tests on Firefox - env: - FIREFOX: true - run: | - xvfb-run --auto-servernum npm run funit + # Temporarily disabled due to Firefox Nightly flakes. + # - name: Run unit tests on Firefox + # env: + # FIREFOX: true + # run: | + # xvfb-run --auto-servernum npm run funit - name: Run browser tests run: |