summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/collStats/shard_host_info.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/collStats/shard_host_info.js')
-rw-r--r--jstests/aggregation/sources/collStats/shard_host_info.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/collStats/shard_host_info.js b/jstests/aggregation/sources/collStats/shard_host_info.js
index 0c78137930f..e56d420661c 100644
--- a/jstests/aggregation/sources/collStats/shard_host_info.js
+++ b/jstests/aggregation/sources/collStats/shard_host_info.js
@@ -1,6 +1,9 @@
/**
* Verifies that the $collStats aggregation stage includes the shard and hostname for each output
* document when run via mongoS, and that the former is absent when run on a non-shard mongoD.
+ * @tags: [
+ * requires_spawning_own_processes,
+ * ]
*/
(function() {
"use strict";