Skip to content

Commit 33d58aa

Browse files
authored
fix(e2e-tests): add another kerberos error message MONGOSH-2252 (#2468)
This recently started popping up in our macOS e2e tests.
1 parent d1c8ed8 commit 33d58aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-tests/test/e2e-auth.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ describe('Auth e2e', function () {
11291129
'Miscellaneous failure (see text): no credential for',
11301130
"Unsupported mechanism 'GSSAPI' on authentication database '$external'",
11311131
'The specified target is unknown or unreachable',
1132+
'Server not found in Kerberos database',
11321133
];
11331134
expect(messages.some((msg) => shell.output.includes(msg))).to.equal(
11341135
true,

0 commit comments

Comments
 (0)