Skip to content

Commit

Permalink
chore(NODE-6341): followup fix remove node18+ dns resolution order ho…
Browse files Browse the repository at this point in the history
…oks (#4204)
  • Loading branch information
nbbeeken authored Aug 21, 2024
1 parent 62144ed commit f525403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { expect } from 'chai';
/* eslint-disable @typescript-eslint/no-restricted-imports */
import { ClientEncryption } from '../../../src/client-side-encryption/client_encryption';
import { type Binary, EJSON, Int32, Long } from '../../mongodb';
import { installNodeDNSWorkaroundHooks } from '../../tools/runner/hooks/configuration';

const metaData: MongoDBMetadataUI = {
requires: {
Expand All @@ -27,8 +26,6 @@ const getKmsProviders = (): { local: { key: string } } => {
};

describe('Range Explicit Encryption Defaults', function () {
installNodeDNSWorkaroundHooks();

let clientEncryption: ClientEncryption;
let keyId;
let keyVaultClient;
Expand Down
2 changes: 0 additions & 2 deletions test/integration/client-side-encryption/driver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,6 @@ describe('Client Side Encryption Functional', function () {
});

describe('Range Explicit Encryption with JS native types', function () {
installNodeDNSWorkaroundHooks();

const metaData: MongoDBMetadataUI = {
requires: {
clientSideEncryption: '>=6.1.0',
Expand Down

0 comments on commit f525403

Please sign in to comment.