From 140c6518d8123b4a3dfce8ab1d94e5e4cc551cae Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 15 Feb 2022 18:22:42 +0100 Subject: [PATCH] test(NODE-2939): more success cases --- test/manual/kerberos.test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/manual/kerberos.test.js b/test/manual/kerberos.test.js index f269a247c4..cde01050f2 100644 --- a/test/manual/kerberos.test.js +++ b/test/manual/kerberos.test.js @@ -82,11 +82,11 @@ describe('Kerberos', function () { context('when passing in CANONICALIZE_HOST_NAME', function () { beforeEach(function () { - if (process.platform === 'darwin') { - this.currentTest.skipReason = - 'DNS does not resolve with proper CNAME record on evergreen MacOS'; - this.skip(); - } + //if (process.platform === 'darwin') { + // this.currentTest.skipReason = + // 'DNS does not resolve with proper CNAME record on evergreen MacOS'; + // this.skip(); + //} }); for (const option of [true, 'forward']) {