From f6ecec6a70226b53f181a25c6b404be342735c1c Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Tue, 3 Jan 2023 15:49:58 -0500 Subject: [PATCH] DRIVERS-2313 note prose test server requirement (#1362) --- source/client-side-encryption/tests/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/client-side-encryption/tests/README.rst b/source/client-side-encryption/tests/README.rst index 6e389679fe..ac50a77413 100644 --- a/source/client-side-encryption/tests/README.rst +++ b/source/client-side-encryption/tests/README.rst @@ -2493,6 +2493,8 @@ The following tests that a mongocryptd client is not created when shared library 21. Automatic Data Encryption Keys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The Automatic Data Encryption Keys tests require MongoDB server 6.0+. The tests must not run against a standalone. + For each of the following test cases, assume `DB` is a valid open database handle, and assume a ClientEncryption_ object `CE` created using the following options::