summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_all_commands.js')
-rw-r--r--jstests/core/views/views_all_commands.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 0fe746c8047..d18e14b19e3 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -143,6 +143,7 @@ let viewsCommandTests = {
_recvChunkStatus: {skip: isAnInternalCommand},
_shardsvrAbortReshardCollection: {skip: isAnInternalCommand},
_shardsvrCloneCatalogData: {skip: isAnInternalCommand},
+ _shardsvrCompactStructuredEncryptionData: {skip: isAnInternalCommand},
_shardsvrDropCollection: {skip: isAnInternalCommand},
_shardsvrDropCollectionIfUUIDNotMatching: {skip: isUnrelated},
_shardsvrDropCollectionParticipant: {skip: isAnInternalCommand},
@@ -244,11 +245,7 @@ let viewsCommandTests = {
commitReshardCollection: {skip: isUnrelated},
commitTransaction: {skip: isUnrelated},
compact: {command: {compact: "view", force: true}, expectFailure: true, skipSharded: true},
- compactStructuredEncryptionData: {
- command: {compactStructuredEncryptionData: "view", compactionTokens: {}},
- expectFailure: true,
- skipSharded: true
- },
+ compactStructuredEncryptionData: {skip: isUnrelated},
configureFailPoint: {skip: isUnrelated},
configureCollectionAutoSplitter: {
skip: isUnrelated