From ffe869504b4263e7d3e762690eb8f72077b53946 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 5 Oct 2022 14:19:57 +0200 Subject: [PATCH] Stop running Cypress tests in parallel (#3485) --- .github/workflows/cypress.yml | 5 ----- apps/admin-ui/cypress.config.mjs | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6a7d3fd44a..18834bd0a4 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -81,10 +81,6 @@ jobs: needs: [build-keycloak, install-nightly] if: always() && ( needs.build-keycloak.result == 'success' || needs.install-nightly.result == 'success' ) runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - containers: [1, 2, 3, 4, 5] steps: - name: Check out Admin UI uses: actions/checkout@v3 @@ -117,7 +113,6 @@ jobs: with: install: false record: true - parallel: true browser: chrome wait-on: http://localhost:8080 working-directory: apps/admin-ui diff --git a/apps/admin-ui/cypress.config.mjs b/apps/admin-ui/cypress.config.mjs index 4f08045f78..5263779f0c 100644 --- a/apps/admin-ui/cypress.config.mjs +++ b/apps/admin-ui/cypress.config.mjs @@ -17,10 +17,6 @@ export default defineConfig({ numTestsKeptInMemory: 30, videoUploadOnPasses: false, - retries: { - runMode: 3, - }, - e2e: { setupNodeEvents(on) { on(