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 () {