summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js')
-rw-r--r--jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js b/jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js
index 362c0e68a2a..8a0c0323aca 100644
--- a/jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js
+++ b/jstests/replsets/initial_sync_succeeds_when_syncing_node_removed.js
@@ -2,6 +2,8 @@
* Tests that initial sync will continue if the syncing node is removed during syncing.
* This behavior is desired because transient DNS failures can cause the node to falsely believe
* that it is removed.
+ *
+ * @tags: [requires_fcv_46]
*/
(function() {
"use strict";