summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js')
-rw-r--r--jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js b/jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
index f1b31658f60..ae26bae823d 100644
--- a/jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
+++ b/jstests/replsets/initial_sync_replicate_drop_mid_secondary_batch.js
@@ -3,7 +3,9 @@
* cloner observed, specifically when it happens during a not-yet-finalized batch on the sync
* source. This tests that this is no longer possible.
*
- * @tags: [requires_replication, incompatible_with_eft, disabled_due_to_server_60490]
+ * TODO(SERVER-61100): Remove 'requires_fcv_51' tag below.
+ *
+ * @tags: [requires_replication, incompatible_with_eft, requires_fcv_51]
*/
(function() {