From 4846949d5331cc35499ee1d61b6b01e2625708d3 Mon Sep 17 00:00:00 2001 From: Hugh Tong Date: Fri, 10 Dec 2021 20:22:54 +0000 Subject: SERVER-61367 Update featureFlagShardSplit test tag (cherry picked from commit 3a3f1d0b429427c0c836e6a1829a8a5ae3d8564a) --- jstests/replsets/shard_split_enabled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jstests/replsets/shard_split_enabled.js b/jstests/replsets/shard_split_enabled.js index e7a3ad03b57..0c8c1619556 100644 --- a/jstests/replsets/shard_split_enabled.js +++ b/jstests/replsets/shard_split_enabled.js @@ -1,7 +1,7 @@ /** * * Tests that the ShardSplit feature flag is enabled only in the proper FCV - * @tags: [requires_fcv_51, featureFlagShardSplit] + * @tags: [requires_fcv_52, featureFlagShardSplit] */ (function() { -- cgit v1.2.1