summaryrefslogtreecommitdiff
path: root/jstests/serverless/shard_split_wait_for_block_timestamp.js
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2022-10-12 20:45:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-12 21:37:35 +0000
commit047fb8e3fe49429f185f27dd0a50560bf39c3427 (patch)
tree57cbb8805623c23d33dd9af45cb754276534b35f /jstests/serverless/shard_split_wait_for_block_timestamp.js
parent6240ef6c4607089b546e178a4d5d1f9beea36848 (diff)
downloadmongo-047fb8e3fe49429f185f27dd0a50560bf39c3427.tar.gz
SERVER-70371 Remove `featureFlagShardSplit`, add `requires_fcv_62`
Diffstat (limited to 'jstests/serverless/shard_split_wait_for_block_timestamp.js')
-rw-r--r--jstests/serverless/shard_split_wait_for_block_timestamp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/serverless/shard_split_wait_for_block_timestamp.js b/jstests/serverless/shard_split_wait_for_block_timestamp.js
index a60e9a902b6..15e512cb1cf 100644
--- a/jstests/serverless/shard_split_wait_for_block_timestamp.js
+++ b/jstests/serverless/shard_split_wait_for_block_timestamp.js
@@ -3,7 +3,7 @@
* pausing replication and observing the operation time out, then reenabling replication and
* observing a successful split.
*
- * @tags: [requires_fcv_52, featureFlagShardSplit, serverless]
+ * @tags: [requires_fcv_62, serverless]
*/
load("jstests/libs/fail_point_util.js"); // for "configureFailPoint"