summaryrefslogtreecommitdiff
path: root/jstests/fle2/convert_encrypted_to_capped.js
diff options
context:
space:
mode:
authorErwin Pe <erwin.pe@mongodb.com>2023-04-03 10:51:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-03 11:26:56 +0000
commit68fe1734ebfa68dcbcb2e9986a5e6b37ea2081fb (patch)
tree00a33839599768000f21eb3291fe16ac7857ad6c /jstests/fle2/convert_encrypted_to_capped.js
parent0d9fbf5838d712c94abd9ee9810444e8d0f8dbcc (diff)
downloadmongo-68fe1734ebfa68dcbcb2e9986a5e6b37ea2081fb.tar.gz
SERVER-69563 Enable feature flag for queryable encryption protocol version 2
Diffstat (limited to 'jstests/fle2/convert_encrypted_to_capped.js')
-rw-r--r--jstests/fle2/convert_encrypted_to_capped.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/fle2/convert_encrypted_to_capped.js b/jstests/fle2/convert_encrypted_to_capped.js
index eedf91f81f4..17be6f78c53 100644
--- a/jstests/fle2/convert_encrypted_to_capped.js
+++ b/jstests/fle2/convert_encrypted_to_capped.js
@@ -4,7 +4,8 @@
* @tags: [
* assumes_unsharded_collection,
* requires_non_retryable_commands,
- * assumes_against_mongod_not_mongos
+ * assumes_against_mongod_not_mongos,
+ * requires_fcv_70
* ]
*/
load("jstests/fle2/libs/encrypted_client_util.js");