Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add unimplemented KMS test name
  • Loading branch information
baileympearson committed Jun 11, 2024
commit d8a08989520a727579f2ce88cceebbd64a8ae8f3
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,11 @@ describe('Client Side Encryption Prose Tests', metadata, function () {
});
});

context('Case 5: not impemented', metadata, function () {}).skipReason = 'not implemented';
context(
'Case 5: `tlsDisableOCSPEndpointCheck` is permitted',
metadata,
function () {}
).skipReason = 'TODO(NODE-4840): Node does not support any OCSP options';

context('Case 6: named KMS providers apply TLS options', function () {
afterEach(() => keyvaultClient?.close());
Expand Down