8000 Admin E2E tests ignores `RETRY_COUNT` environment variable · Issue #39259 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Admin E2E tests ignores RETRY_COUNT environment variable #39259
Closed
@stianst

Description

@stianst

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0