summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_aggregation.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_aggregation.js')
-rw-r--r--jstests/core/views/views_aggregation.js17
1 files changed, 7 insertions, 10 deletions
diff --git a/jstests/core/views/views_aggregation.js b/jstests/core/views/views_aggregation.js
index 2b23955a687..44e73dea033 100644
--- a/jstests/core/views/views_aggregation.js
+++ b/jstests/core/views/views_aggregation.js
@@ -1,16 +1,13 @@
/**
* Tests aggregation on views for proper pipeline concatenation and semantics.
*
- * The conditions under which sorts are pushed down were changed between 4.2 and 4.4. This test
- * expects the 4.4 version output of explain().
- * @tags: [requires_find_command,
- * does_not_support_stepdowns,
- * requires_getmore,
- * requires_non_retryable_commands,
- * # Requires FCV 4.4 because the test checks explain() output, and in 4.4 the conditions
- * # under which sorts are pushed down were changed. Also uses $unionWith.
- * requires_fcv_44,
- * uses_$out]
+ * @tags: [
+ * does_not_support_stepdowns,
+ * requires_find_command,
+ * requires_getmore,
+ * requires_non_retryable_commands,
+ * uses_$out,
+ * ]
*/
(function() {
"use strict";