Skip to content

Commit f525403

Browse files
authored
chore(NODE-6341): followup fix remove node18+ dns resolution order hooks (#4204)
1 parent 62144ed commit f525403

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.23.range_encryption_defaults.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { expect } from 'chai';
33
/* eslint-disable @typescript-eslint/no-restricted-imports */
44
import { ClientEncryption } from '../../../src/client-side-encryption/client_encryption';
55
import { type Binary, EJSON, Int32, Long } from '../../mongodb';
6-
import { installNodeDNSWorkaroundHooks } from '../../tools/runner/hooks/configuration';
76

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

2928
describe('Range Explicit Encryption Defaults', function () {
30-
installNodeDNSWorkaroundHooks();
31-
3229
let clientEncryption: ClientEncryption;
3330
let keyId;
3431
let keyVaultClient;

test/integration/client-side-encryption/driver.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,6 @@ describe('Client Side Encryption Functional', function () {
404404
});
405405

406406
describe('Range Explicit Encryption with JS native types', function () {
407-
installNodeDNSWorkaroundHooks();
408-
409407
const metaData: MongoDBMetadataUI = {
410408
requires: {
411409
clientSideEncryption: '>=6.1.0',

0 commit comments

Comments
 (0)