Skip to content

Commit

Permalink
chore: temporarily disable FF tests on CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackfranklin committed Feb 11, 2021
1 parent 6a0eb78 commit 5fb4f0b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 5fb4f0b

Please sign in to comment.