From 576d74a36f0fa43b9ed4a659f3f5ca9d1de386e5 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:05:49 +0200 Subject: [PATCH] tests/e2e: fix proxy tests failing due to in-use port (cherry-pick #22785 to version-2026.5) (#22792) tests/e2e: fix proxy tests failing due to in-use port (#22785) * tests/e2e: fix proxxy tests failing due to in-use port * correctly update providers once container is created * fix connectivity test * idk man * hmm * fix duplicate port? * Revert "fix connectivity test" This reverts commit e531c650adde9752928126b2c89bcdde557ca1f5. * Revert "correctly update providers once container is created" This reverts commit cda9684db7a864f312e2ddc4ca5d8b105613f894. # Conflicts: # tests/e2e/test_provider_proxy.py * Revert "tests/e2e: fix proxxy tests failing due to in-use port" This reverts commit d224b54f52f977d6305e61def81231c1fab6811e. * remove debug --------- Signed-off-by: Jens Langhammer Co-authored-by: Jens L. --- tests/e2e/compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/compose.yml b/tests/e2e/compose.yml index 321fe50869..88c4c810ed 100644 --- a/tests/e2e/compose.yml +++ b/tests/e2e/compose.yml @@ -10,6 +10,8 @@ services: - io.goauthentik.tests=selenium profiles: - selenium + environment: + VIDEO_READY_PORT: 9912 mailpit: image: docker.io/axllent/mailpit:v1.29.6 ports: