summaryrefslogtreecommitdiff
path: root/jstests/sharding/repl_monitor_refresh.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/repl_monitor_refresh.js')
-rw-r--r--jstests/sharding/repl_monitor_refresh.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/repl_monitor_refresh.js b/jstests/sharding/repl_monitor_refresh.js
index 1e437c3ff0d..3d799dfbbcc 100644
--- a/jstests/sharding/repl_monitor_refresh.js
+++ b/jstests/sharding/repl_monitor_refresh.js
@@ -7,6 +7,9 @@ load("jstests/replsets/rslib.js");
(function() {
"use strict";
+ // Skip db hash check since the removed node has wrong config and is still alive.
+ TestData.skipCheckDBHashes = true;
+
var NODE_COUNT = 3;
var st = new ShardingTest({shards: {rs0: {nodes: NODE_COUNT, oplogSize: 10}}});
var replTest = st.rs0;