summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}