Skip to content

Commit 1bb3fc6

Browse files
committed
test(NODE-6751): skip flaky scram test
1 parent 5f4500b commit 1bb3fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ describe('Authentication Spec Prose Tests', function () {
376376
expect(stats).to.exist;
377377
});
378378

379-
it(
379+
// TODO(NODE-6752): Fix flaky test
380+
it.skip(
380381
'logs in with non-normalized username and normalized password',
381382
metadata,
382383
async function () {

0 commit comments

Comments
 (0)