summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Fuschetto <antonio.fuschetto@mongodb.com>2023-04-28 07:30:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-28 10:11:28 +0000
commitcba4cc6bd8a4bbfeaed4631bba55ac50e8dde706 (patch)
treeef2702c26657e533d3712e27f976f3987c00bf94
parentc5e2414ff3c0baedacfa6183b415f42437236e60 (diff)
downloadmongo-cba4cc6bd8a4bbfeaed4631bba55ac50e8dde706.tar.gz
SERVER-76599 Exclude jstests/sharding/balancer_collection_status.js from step-down suites
-rw-r--r--jstests/sharding/balancer_collection_status.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/jstests/sharding/balancer_collection_status.js b/jstests/sharding/balancer_collection_status.js
index 008e4c939a4..3d669b591e8 100644
--- a/jstests/sharding/balancer_collection_status.js
+++ b/jstests/sharding/balancer_collection_status.js
@@ -2,7 +2,10 @@
* Test the balancerCollectionStatus command and its possible outputs
*
* Remove requires_fcv_44 tag if SERVER-43990 is backported or 4.4 becomes last-stable.
- * @tags: [requires_fcv_44]
+ * @tags: [
+ * requires_fcv_44,
+ * does_not_support_stepdowns,
+ * ]
*/
(function() {
@@ -101,4 +104,4 @@ result = assert.commandWorked(st.s0.adminCommand({balancerCollectionStatus: 'db.
assert.eq(result.balancerCompliant, true);
st.stop();
-})(); \ No newline at end of file
+})();