summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Tyulenev <misha.tyulenev@mongodb.com>2020-07-10 19:24:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-10 19:38:21 +0000
commit801fc9cb186ceb16abc2dd96ecc6f1749f1cde12 (patch)
tree9c1c1c1569c60f9139ac6c7dd3641c067ee3ba85
parent86583283accf80942b1586dce92de533dcff3e44 (diff)
downloadmongo-801fc9cb186ceb16abc2dd96ecc6f1749f1cde12.tar.gz
SERVER-49453 Remove collMod command from move_primary_with_writes test
-rw-r--r--jstests/sharding/move_primary_with_writes.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/move_primary_with_writes.js b/jstests/sharding/move_primary_with_writes.js
index b9827b7e672..46ec381de29 100644
--- a/jstests/sharding/move_primary_with_writes.js
+++ b/jstests/sharding/move_primary_with_writes.js
@@ -97,10 +97,6 @@ function buildCommands(collName) {
alwaysFail: true
},
{command: {create: "testCollection"}, alwaysFail: true},
- {
- command: {collMod: "viewOnFoo", viewOn: "unshardedFoo", pipeline: [{$match: {_id: 1}}]},
- alwaysFail: true
- },
];
return commands;
}