Skip to content

Commit 8ab1155

Browse files
authored
test(NODE-5850): skip flaky scram tests (#4433)d
1 parent d42ab6f commit 8ab1155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/auth/auth.prose.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ describe('Authentication Spec Prose Tests', function () {
305305
);
306306
});
307307

308-
describe('Step 4', function () {
308+
// TODO(NODE-6752): Fix flaky SCRAM-SHA-256 tests
309+
describe.skip('Step 4', function () {
309310
/**
310311
* Step 4
311312
* To test SASLprep behavior, create two users:
@@ -376,8 +377,7 @@ describe('Authentication Spec Prose Tests', function () {
376377
expect(stats).to.exist;
377378
});
378379

379-
// TODO(NODE-6752): Fix flaky SCRAM-SHA-256 test
380-
it.skip(
380+
it(
381381
'logs in with non-normalized username and normalized password',
382382
metadata,
383383
async function () {

0 commit comments

Comments
 (0)