Skip to content

Commit 26a9afa

Browse files
committed
test: update metadata to require client-side encryption for KMS TLS tests
1 parent 3c258fe commit 26a9afa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.10.kms_tls.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { ClientEncryption, type MongoClient } from '../../mongodb';
55

66
const metadata: MongoDBMetadataUI = {
77
requires: {
8-
os: '!win32',
9-
topology: '!load-balanced',
8+
clientSideEncryption: true,
109
mongodb: '>=4.2.0'
1110
}
1211
};

0 commit comments

Comments
 (0)