summaryrefslogtreecommitdiff
path: root/jstests/sharding/database_versioning_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/database_versioning_all_commands.js')
-rw-r--r--jstests/sharding/database_versioning_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/database_versioning_all_commands.js b/jstests/sharding/database_versioning_all_commands.js
index 46ddccfe4fe..edd95248a8a 100644
--- a/jstests/sharding/database_versioning_all_commands.js
+++ b/jstests/sharding/database_versioning_all_commands.js
@@ -300,6 +300,7 @@ let testCases = {
commitReshardCollection: {skip: "always targets the config server"},
commitTransaction: {skip: "unversioned and uses special targetting rules"},
compact: {skip: "not allowed through mongos"},
+ compactStructuredEncryptionData: {skip: "requires encrypted collections"},
configureCollectionBalancing: {skip: "always targets the config server"},
configureFailPoint: {skip: "executes locally on mongos (not sent to any remote node)"},
connPoolStats: {skip: "executes locally on mongos (not sent to any remote node)"},