From b8b12b7df9474c17e1e3a135b9d46a595f8544e7 Mon Sep 17 00:00:00 2001 From: Luis Osta Date: Wed, 3 Nov 2021 13:39:50 +0000 Subject: SERVER-58343 Re-enable 'reshard_collection_failover_shutdown_basic.js' test --- jstests/sharding/reshard_collection_failover_shutdown_basic.js | 6 +++--- 1 file 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() { -- cgit v1.2.1