Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Re-enable Firefox unit tests on Linux with WebRender disabled #6861

Merged
merged 1 commit into from Feb 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -60,13 +60,12 @@ jobs:
xvfb-run --auto-servernum npm run unit-with-coverage
xvfb-run --auto-servernum npm run assert-unit-coverage

# 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 unit tests on Firefox
env:
FIREFOX: true
MOZ_WEBRENDER: 0
run: |
xvfb-run --auto-servernum npm run funit
- name: Run browser tests
run: |
npm run test-browser
Expand Down