summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/profile_operation_metrics.js
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-06-07 17:00:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-07 20:45:12 +0000
commit5117e6f5aaa5738ba9273cfa4727099614ccefe6 (patch)
tree5da248192043f31c4d94e88c794a2c2c8c0c335a /jstests/noPassthrough/profile_operation_metrics.js
parentd6394bb39aae0ae99cfeeb9569203de2ff98e11a (diff)
downloadmongo-5117e6f5aaa5738ba9273cfa4727099614ccefe6.tar.gz
SERVER-57501 Disable profile_operation_metrics.js temporarily
Diffstat (limited to 'jstests/noPassthrough/profile_operation_metrics.js')
-rw-r--r--jstests/noPassthrough/profile_operation_metrics.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/profile_operation_metrics.js b/jstests/noPassthrough/profile_operation_metrics.js
index 7084ca014bc..6f07ab7619c 100644
--- a/jstests/noPassthrough/profile_operation_metrics.js
+++ b/jstests/noPassthrough/profile_operation_metrics.js
@@ -2,6 +2,8 @@
* Tests that resource consumption metrics are reported in the profiler.
*
* @tags: [
+ * // TODO SERVER-57474: enable this test.
+ * __TEMPORARILY_DISABLED__,
* requires_capped,
* requires_fcv_47,
* requires_replication,