summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2021-10-30 02:25:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-30 02:49:20 +0000
commit7b27276ea71b2831181eaac4350bc9ffee521e11 (patch)
treee261e4a17ccd61f294cf37ef29599c7c9f77a231 /jstests/replsets
parent8b405630fc1506abf620aaf4b08363d015327c9b (diff)
downloadmongo-7b27276ea71b2831181eaac4350bc9ffee521e11.tar.gz
SERVER-60935 Fix disabled repl tests failing due to changing latest release to 5.2
Diffstat (limited to 'jstests/replsets')
-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() {