Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
Admin E2E tests and Account E2E tests had retries configurable using the RETRY_COUNT
environment variable, but after moving to Playwright retries are now hardcoded to 0
for local runs, and 2
for CI (GitHub Actions).
Version
main
Regression
- The issue is a regression
Expected behavior
Setting RETRY_COUNT=0
in the workflow should disable retries
Actual behavior
Retries are hard-coded to 2
How to Reproduce?
Run Admin tests on GitHub Actions and observe there is a hard-coded 2 retries.
Anything else?
No response