summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/reshard_collection_failover_shutdown_basic.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/sharding/reshard_collection_failover_shutdown_basic.js b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
index cea2a74a514..067dae3d2bc 100644
--- a/jstests/sharding/reshard_collection_failover_shutdown_basic.js
+++ b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
@@ -1,11 +1,11 @@
/**
* Tests that reshardCollection succeeds when a participant experiences a failover or clean/unclean
* restart during the operation.
- *
- * TODO SERVER-58343: re-enable this test.
+ * Multiversion testing does not support tests that kill and restart nodes. So we had to add the
+ * 'multiversion_incompatible' tag.
* @tags: [
- * __TEMPORARILY_DISABLED__,
* uses_atclustertime,
+ * multiversion_incompatible
* ]
*/
(function() {