summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/auth/lib/commands_lib.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 830dbf4527e..a67b433f38d 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -539,9 +539,6 @@ var authCommandsLib = {
skipSharded: true,
setup: function(db) {
assert.writeOK(db.getSisterDB(firstDbName).x.save({}));
- // SERVER-47441 `movePrimary` is a mongos only command.
- db.getSisterDB(adminDbName).runCommand({movePrimary: firstDbName, to: shard0name});
- db.getSisterDB(adminDbName).runCommand({movePrimary: secondDbName, to: shard0name});
},
teardown: function(db) {
db.getSisterDB(firstDbName).x.drop();
@@ -4956,9 +4953,6 @@ var authCommandsLib = {
command: {renameCollection: firstDbName + ".x", to: secondDbName + ".y"},
setup: function(db) {
assert.writeOK(db.getSisterDB(firstDbName).x.save({}));
- // SERVER-47441 `movePrimary` is a mongos only command.
- db.getSisterDB(adminDbName).runCommand({movePrimary: firstDbName, to: shard0name});
- db.getSisterDB(adminDbName).runCommand({movePrimary: secondDbName, to: shard0name});
},
teardown: function(db) {
db.getSisterDB(firstDbName).x.drop();