Skip to content

Commit

Permalink
test(NODE-2939): more success cases
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 15, 2022
1 parent ce05266 commit 140c651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/manual/kerberos.test.js
Expand Up @@ -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']) {
Expand Down

0 comments on commit 140c651

Please sign in to comment.