From e0c05f1b683922900e5602bef218d0d7504b2145 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Mon, 29 May 2023 17:48:33 +0200 Subject: [PATCH] [CI] Enable replay asserts again (#31110) --- .github/workflows/e2e-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0862ccb8550..bf75a6ac492 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -210,7 +210,6 @@ jobs: REPLAYIO_ENABLED: 1 RECORD_REPLAY_METADATA_FILE: /tmp/replay-metadata.json RECORD_REPLAY_METADATA_TEST_RUN_ID: ${{ needs.test-run-id.outputs.testRunId }} - RECORD_REPLAY_DISABLE_ASSERTS: 1 - name: Run EE Cypress tests on ${{ matrix.folder }} using Replay.io browser if: matrix.edition == 'ee' && github.event_name == 'schedule' @@ -224,7 +223,6 @@ jobs: REPLAYIO_ENABLED: 1 RECORD_REPLAY_METADATA_FILE: /tmp/replay-metadata.json RECORD_REPLAY_METADATA_TEST_RUN_ID: ${{ needs.test-run-id.outputs.testRunId }} - RECORD_REPLAY_DISABLE_ASSERTS: 1 - name: Upload Replay.io recordings if: ${{ github.event_name == 'schedule' }} -- GitLab