Skip to content

Commit

Permalink
chore: removed mac specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshusinghs committed Jan 9, 2024
1 parent 074124e commit 3ae0550
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/suite/oidc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ suite('OIDC Tests', function () {

before(async function () {
if (process.platform !== 'linux') {
connectionString =
'mongodb://localhost:27096/?authMechanism=MONGODB-OIDC';
return;
// OIDC is only supported on Linux in the 7.0+ enterprise server.
return this.skip();
}
Expand Down

0 comments on commit 3ae0550

Please sign in to comment.