diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2021-06-11 20:02:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-11 21:59:06 +0000 |
commit | acc6e374f8c7d43e52815fd8c1865619d7dd893a (patch) | |
tree | 583bd80b117b1631e20f13ea4b8a3dbb22690fea /jstests/noPassthrough/profile_operation_metrics.js | |
parent | 5cd54b7c2f3e14e8a103ba24fbdb2d76fcb24afc (diff) | |
download | mongo-acc6e374f8c7d43e52815fd8c1865619d7dd893a.tar.gz |
SERVER-57501 Fix disabled tag for profile_operation_metrics.js
Diffstat (limited to 'jstests/noPassthrough/profile_operation_metrics.js')
-rw-r--r-- | jstests/noPassthrough/profile_operation_metrics.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/profile_operation_metrics.js b/jstests/noPassthrough/profile_operation_metrics.js index 6f07ab7619c..39427500a6d 100644 --- a/jstests/noPassthrough/profile_operation_metrics.js +++ b/jstests/noPassthrough/profile_operation_metrics.js @@ -1,8 +1,8 @@ /** * Tests that resource consumption metrics are reported in the profiler. * + * // TODO SERVER-57474: enable this test. * @tags: [ - * // TODO SERVER-57474: enable this test. * __TEMPORARILY_DISABLED__, * requires_capped, * requires_fcv_47, |