Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/integration/auth/auth.prose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 () {
Expand Down