Skip to content
Snippets Groups Projects
Unverified Commit e0c05f1b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[CI] Enable replay asserts again (#31110)

parent dd4035c3
No related branches found
No related tags found
No related merge requests found
......@@ -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' }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment