summaryrefslogtreecommitdiff
path: root/jstests/replsets/clean_shutdown_oplog_state.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/clean_shutdown_oplog_state.js')
-rw-r--r--jstests/replsets/clean_shutdown_oplog_state.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/clean_shutdown_oplog_state.js b/jstests/replsets/clean_shutdown_oplog_state.js
index effa8469d7b..f1e361acc5e 100644
--- a/jstests/replsets/clean_shutdown_oplog_state.js
+++ b/jstests/replsets/clean_shutdown_oplog_state.js
@@ -7,6 +7,9 @@
(function() {
"use strict";
+ // Skip db hash check because secondary restarted as standalone.
+ TestData.skipCheckDBHashes = true;
+
var rst = new ReplSetTest({
name: "name",
nodes: 2,