summaryrefslogtreecommitdiff
path: root/jstests/sharding/sharding_task_executor_pool_matching_policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/sharding_task_executor_pool_matching_policy.js')
-rw-r--r--jstests/sharding/sharding_task_executor_pool_matching_policy.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/sharding_task_executor_pool_matching_policy.js b/jstests/sharding/sharding_task_executor_pool_matching_policy.js
index bb7341825af..a293c8c779d 100644
--- a/jstests/sharding/sharding_task_executor_pool_matching_policy.js
+++ b/jstests/sharding/sharding_task_executor_pool_matching_policy.js
@@ -1,6 +1,8 @@
// Tests that the ShardingTaskExecutorPoolReplicaSetMatchingPolicy is correctly set when the default
// "automatic" value is used for the ShardingTaskExecutorPoolReplicaSetMatching parameter (on
// mongos, "matchPrimaryNode" should be set; on mongod, the policy should be "disabled").
+//
+// @tags: [sets_replica_set_matching_strategy]
(function() {
"use strict";