summaryrefslogtreecommitdiff
path: root/jstests/sharding/query/lookup_pushdown_through_sort.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/query/lookup_pushdown_through_sort.js')
-rw-r--r--jstests/sharding/query/lookup_pushdown_through_sort.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/query/lookup_pushdown_through_sort.js b/jstests/sharding/query/lookup_pushdown_through_sort.js
index 2b33df100de..f95a0810eea 100644
--- a/jstests/sharding/query/lookup_pushdown_through_sort.js
+++ b/jstests/sharding/query/lookup_pushdown_through_sort.js
@@ -2,7 +2,8 @@
* Tests for resharding collection cloner's aggregation pipeline to ensure that $lookup on
* config.cache.chunks is pushed down to shards to execute as part of the split pipeline.
*
- * @tags: [requires_fcv_49]
+ * @tags: [
+ * ]
*/
(function() {
'use strict';