We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9429916 commit a0d4654Copy full SHA for a0d4654
test/integration/auth/auth.prose.test.js
@@ -12,11 +12,7 @@ const { LEGACY_HELLO_COMMAND } = require('../../../src/constants');
12
// so that the implementer of the fix for these tests can try to reference the original intent
13
const withClient = () => null;
14
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
- });
+describe.skip('auth prose tests', () => {
20
describe('SCRAM-SHA-256 prose test', () => {
21
describe('SCRAM-SHA-256 prose test Steps 1-3', function () {
22
const test = {};
0 commit comments