Skip to content

Commit e0e5c00

Browse files
committed
chore: add skip reason
1 parent 1bb3fc6 commit e0e5c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

379-
// TODO(NODE-6752): Fix flaky test
379+
// TODO(NODE-6752): Fix flaky SCRAM-SHA-256 test
380380
it.skip(
381381
'logs in with non-normalized username and normalized password',
382382
metadata,
@@ -391,7 +391,7 @@ describe('Authentication Spec Prose Tests', function () {
391391
const stats = await client.db('admin').stats();
392392
expect(stats).to.exist;
393393
}
394-
);
394+
).skipReason = 'TODO(NODE-6752): Fix flaky SCRAM-SHA-256 test';
395395

396396
it(
397397
'logs in with normalized username and non-normalized password',

0 commit comments

Comments
 (0)