From 5b5d511600a5bf4399ee214e1279315806fb1f38 Mon Sep 17 00:00:00 2001 From: Kush Trivedi <44091822+kushthedude@users.noreply.github.com> Date: Sun, 2 May 2021 01:49:37 +0530 Subject: [PATCH] Revert "feat: add firefox for ui_tests (#3459)" (#3868) This reverts commit c3445b102fcb5e0cb99014dfdad5eeb3c81d8d14. --- .github/workflows/snapshot_release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index 4056c086a..e6af82817 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -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