Skip to content

Commit

Permalink
Do not record runs in the stress-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjaglumac committed May 15, 2024
1 parent 5409d0a commit 1a81844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-stress-test-flake-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
CYPRESS_QA_DB_MONGO: true
CYPRESS_REPLAYIO_ENABLED: 1
CYPRESS_REPLAYIO_ENABLE_UPLOAD: 0
RECORD_REPLAY_NO_RECORD: 1 # No need to record since we're not uploading anything
CYPRESS_ALL_FEATURES_TOKEN: ${{ secrets.ENTERPRISE_TOKEN }}
CYPRESS_NO_FEATURES_TOKEN: ${{ secrets.E2E_STARTER_TOKEN }}
MB_SNOWPLOW_AVAILABLE: true
Expand Down

0 comments on commit 1a81844

Please sign in to comment.