summaryrefslogtreecommitdiff
path: root/jstests/core/collation_plan_cache.js
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-23 16:15:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 17:32:39 +0000
commit98427b7a2228f6a8d54475adc9df3991c1c60314 (patch)
treeae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/core/collation_plan_cache.js
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/core/collation_plan_cache.js')
-rw-r--r--jstests/core/collation_plan_cache.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/jstests/core/collation_plan_cache.js b/jstests/core/collation_plan_cache.js
index 909b9a48c56..50e6921c91b 100644
--- a/jstests/core/collation_plan_cache.js
+++ b/jstests/core/collation_plan_cache.js
@@ -1,15 +1,13 @@
// Integration testing for the plan cache and index filter commands with collation.
//
// @tags: [
+// assumes_read_concern_unchanged,
// # This test attempts to perform queries and introspect the server's plan cache entries. The
// # former operation may be routed to a secondary in the replica set, whereas the latter must be
// # routed to the primary.
// assumes_read_preference_unchanged,
-// assumes_read_concern_unchanged,
-// does_not_support_stepdowns,
// assumes_unsharded_collection,
-// # Sharding support for $planCacheStats requires all nodes to be binary version 4.4.
-// requires_fcv_44,
+// does_not_support_stepdowns,
// ]
(function() {
'use strict';