We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14608d commit 1a8b7b4Copy full SHA for 1a8b7b4
src/mongo/shell/servers.js
@@ -740,7 +740,7 @@ function getTestArgs(argArray) {
740
if (jsTest.options().enableTestCommands) {
741
argArray.push.apply(argArray, ['--setParameter', "enableTestCommands=1"]);
742
}
743
- if (jsTest.options().authMechanism) {
+ if (jsTest.options().authMechanism && jsTest.options().authMechanism != "MONGODB-CR") {
744
argArray.push.apply(argArray,
745
['--setParameter',
746
"authenticationMechanisms=" + jsTest.options().authMechanism]);
0 commit comments