Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion test/integration/auth/auth.prose.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ describe('Authentication Spec Prose Tests', function () {
expect(stats).to.exist;
});

it(
// TODO(NODE-6752): Fix flaky test
it.skip(
'logs in with non-normalized username and normalized password',
metadata,
async function () {
Expand Down