diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml
index 0862ccb8550ac07c9680108be4bd44eba6621d91..bf75a6ac492f7723d07f45ce72457acf08ab7c70 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' }}