Skip to content

Commit 5e9561b

Browse files
committed
fix: filter
1 parent 95ae5f4 commit 5e9561b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/integration/auth/auth.prose.test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ const { LEGACY_HELLO_COMMAND } = require('../../../src/constants');
1212
// so that the implementer of the fix for these tests can try to reference the original intent
1313
const withClient = () => null;
1414

15-
describe('auth prose tests', () => {
16-
beforeEach(async function () {
17-
this.currentTest.skipReason = 'TODO(NODE-XXX): withClient usage incorrectly skipped test logic';
18-
this.skip();
19-
});
15+
describe.skip('auth prose tests', () => {
2016
describe('SCRAM-SHA-256 prose test', () => {
2117
describe('SCRAM-SHA-256 prose test Steps 1-3', function () {
2218
const test = {};

0 commit comments

Comments
 (0)