From 3f3ea0a2f42b8454010f5e7d756f3c60fe65161a Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Thu, 27 Nov 2025 16:24:52 +0000 Subject: [PATCH] add another kerberos error message --- packages/e2e-tests/test/e2e-auth.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/e2e-tests/test/e2e-auth.spec.ts b/packages/e2e-tests/test/e2e-auth.spec.ts index 12773ed134..13eeeabda9 100644 --- a/packages/e2e-tests/test/e2e-auth.spec.ts +++ b/packages/e2e-tests/test/e2e-auth.spec.ts @@ -1127,6 +1127,7 @@ describe('Auth e2e', function () { 'Received authentication for mechanism GSSAPI which is unknown or not enabled', 'Miscellaneous failure (see text): Unable to find realm of host localhost', 'Miscellaneous failure (see text): no credential for', + 'Miscellaneous failure (see text): Matching credential', "Unsupported mechanism 'GSSAPI' on authentication database '$external'", 'The specified target is unknown or unreachable', 'Server not found in Kerberos database',