summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/rollback_waits_for_bgindex_completion.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/rollback_waits_for_bgindex_completion.js b/jstests/replsets/rollback_waits_for_bgindex_completion.js
index 9d8c5c343e3..78681deafc7 100644
--- a/jstests/replsets/rollback_waits_for_bgindex_completion.js
+++ b/jstests/replsets/rollback_waits_for_bgindex_completion.js
@@ -48,12 +48,10 @@ function CommonOps(node) {
IndexBuildTest.waitForIndexBuildToStart(testDB, collName, "x_1");
}
-// TODO SERVER-46558: Should turn the commit quorum as true.
const replTest = new ReplSetTest({
name: jsTestName(),
nodes: 3,
useBridge: true,
- nodeOptions: {setParameter: "enableIndexBuildCommitQuorum=false"}
});
replTest.startSet();
let config = replTest.getReplSetConfig();