Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 7d550b5

Browse files
authored
Merge pull request #7555 from systeminit/maint/disable-prod-e2e
Disable prod e2e tests during AWS outage
2 parents deb509a + 6115d3c commit 7d550b5

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/prod-test-cron.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ concurrency:
1515
cancel-in-progress: false
1616

1717
jobs:
18-
e2e-validation:
19-
uses: ./.github/workflows/e2e-validation.yml
20-
with:
21-
environment: production
22-
test_dir: cypress/e2e
23-
secrets: inherit
18+
# Disabled 2025-10-20. AWS outage affecting auth flow.
19+
#
20+
# e2e-validation:
21+
# uses: ./.github/workflows/e2e-validation.yml
22+
# with:
23+
# environment: production
24+
# test_dir: cypress/e2e
25+
# secrets: inherit
2426
api-test:
2527
uses: ./.github/workflows/run-api-test.yml
2628
with:

0 commit comments

Comments
 (0)