summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-03-20 12:09:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-20 17:42:49 +0000
commit40ecb806e22bb82df5e5ed74c11f7da46bf1136c (patch)
tree659f003a8143953856a2db700e0b28fa2435c3b1
parent5f3e1db10472fcd57615424c10372444a2c8427f (diff)
downloadmongo-40ecb806e22bb82df5e5ed74c11f7da46bf1136c.tar.gz
SERVER-47014 Temporarily blacklist server_status_crud_metrics.js from multiversion suites
-rw-r--r--jstests/sharding/server_status_crud_metrics.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/server_status_crud_metrics.js b/jstests/sharding/server_status_crud_metrics.js
index 62a513242ca..821793a2a8c 100644
--- a/jstests/sharding/server_status_crud_metrics.js
+++ b/jstests/sharding/server_status_crud_metrics.js
@@ -1,6 +1,10 @@
/**
* Tests for the 'metrics.query' section of the mongoS serverStatus response dealing with CRUD
* operations.
+ *
+ * TODO SERVER-47015: Remove this blacklist once the changes from SERVER-46505 are in the
+ * last-stable binary used for multiversion testing.
+ * @tags: [requires_fcv_44]
*/
(function() {