summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/clustered_top_chunk_split.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/jstests/sharding/clustered_top_chunk_split.js b/jstests/sharding/clustered_top_chunk_split.js
index 301fd1fa516..116cde729ec 100644
--- a/jstests/sharding/clustered_top_chunk_split.js
+++ b/jstests/sharding/clustered_top_chunk_split.js
@@ -4,13 +4,7 @@
* where extreme chunk is defined as the chunk containing either the upper or lower bound of the
* entire shard key space.
*
- * This test mimics the existing clustered_top_chunk_split.js but on a clustered collection.
- *
- * TODO SERVER-61557: evaluate usefulness of this test.
- *
- * @tags: [
- * requires_fcv_53,
- * ]
+ * This test mimics the existing top_chunk_split.js but on a clustered collection.
*/
(function() {
'use strict';