Revert "feat: add firefox for ui_tests (#3459)" (#3868)

This reverts commit c3445b102f.
This commit is contained in:
Kush Trivedi 2021-05-02 01:49:37 +05:30 committed by GitHub
parent 66d45f55b9
commit 5b5d511600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
browser: ['edge', 'chrome', 'firefox']
browser: ['edge', 'chrome']
steps:
- uses: actions/checkout@v2.3.4
@ -68,11 +68,6 @@ jobs:
npm i -g yarn
yarn install
- name: Disable multi-process on firefox
if: matrix.browser == 'firefox'
run: |
export MOZ_FORCE_DISABLE_E10S=1
- name: Lint with ES-Lint & Prettier
run: |
cd ./main/tests/cypress