summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorErwin Pe <erwin.pe@mongodb.com>2022-02-12 03:55:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-12 04:23:25 +0000
commitce43fa5df1f9756219376f49df02bfd2533e8c91 (patch)
tree24c0cde68be273aa03ffe42616b09b79773de1e4 /jstests
parent02fb1548e140b00734834bd3b624f31826ff3c74 (diff)
downloadmongo-ce43fa5df1f9756219376f49df02bfd2533e8c91.tar.gz
SERVER-63199 Guard fle2 compact with feature flag & skip commands test unless on a replica set
Diffstat (limited to 'jstests')
-rw-r--r--jstests/auth/lib/commands_lib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index ef63b600a56..9661ca665ae 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -2721,7 +2721,7 @@ var authCommandsLib = {
testname: "compactStructuredEncryptionData",
command: {compactStructuredEncryptionData: "foo", compactionTokens : {}},
skipSharded: true,
- //skipUnlessReplicaSet: true,
+ skipUnlessReplicaSet: true,
skipTest:
(conn) => !TestData.setParameters.featureFlagFLE2,
setup: function(db) {