From c1cfb59b91645dd18a5e7fc3088c3c8f54146e10 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 14 Jan 2026 08:52:58 +0000 Subject: [PATCH] ci: add ACL unknown user tests to integration workflow Updates #2967 --- .github/workflows/test-integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 91f5c4e3..8df11be2 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -137,6 +137,9 @@ jobs: - TestACLPolicyPropagationOverTime - TestACLTagPropagation - TestACLTagPropagationPortSpecific + - TestACLGroupWithUnknownUser + - TestACLGroupAfterUserDeletion + - TestACLGroupDeletionExactReproduction - TestAPIAuthenticationBypass - TestAPIAuthenticationBypassCurl - TestGRPCAuthenticationBypass