From f83c0f965b5ff420381ac003bda7c02bf21e74f9 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 25 Feb 2025 14:27:59 +0100 Subject: [PATCH] test(NODE-5850): skip flaky scram tests --- test/integration/auth/auth.prose.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/auth/auth.prose.test.ts b/test/integration/auth/auth.prose.test.ts index 0ce50a06805..3bf068dbb91 100644 --- a/test/integration/auth/auth.prose.test.ts +++ b/test/integration/auth/auth.prose.test.ts @@ -305,7 +305,8 @@ describe('Authentication Spec Prose Tests', function () { ); }); - describe('Step 4', function () { + // TODO(NODE-6752): Fix flaky SCRAM-SHA-256 tests + describe.skip('Step 4', function () { /** * Step 4 * To test SASLprep behavior, create two users: @@ -376,8 +377,7 @@ describe('Authentication Spec Prose Tests', function () { expect(stats).to.exist; }); - // TODO(NODE-6752): Fix flaky SCRAM-SHA-256 test - it.skip( + it( 'logs in with non-normalized username and normalized password', metadata, async function () {