summaryrefslogtreecommitdiff
path: root/jstests/core/views
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2020-11-03 23:59:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-04 01:13:45 +0000
commitff6685cf6fa936ab8b8769f496e5a6e35dba228e (patch)
treee2a395b6faa4c8b431501cd96a5dff0ce5a9e6d7 /jstests/core/views
parent56fa2742d7b7e51bfe431bf3ae810ef393f50426 (diff)
downloadmongo-ff6685cf6fa936ab8b8769f496e5a6e35dba228e.tar.gz
SERVER-49787 Create collection cloner for resharding.
Diffstat (limited to 'jstests/core/views')
-rw-r--r--jstests/core/views/views_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 7c7e692c95d..125c9904e18 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -547,6 +547,7 @@ let viewsCommandTests = {
testDeprecation: {skip: isAnInternalCommand},
testDeprecationInVersion2: {skip: isAnInternalCommand},
testRemoval: {skip: isAnInternalCommand},
+ testReshardCloneCollection: {skip: isAnInternalCommand},
testVersion2: {skip: isAnInternalCommand},
testVersions1And2: {skip: isAnInternalCommand},
top: {skip: "tested in views/views_stats.js"},