summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHana Pearlman <hana.pearlman@mongodb.com>2022-11-15 17:47:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-15 18:57:14 +0000
commite94c11f55f5e5eb7f764523359fa908c8efef68c (patch)
tree00032ed85fc541cc71be4b614941b107365691c8
parenta2f485cd414f38a3050267abbe10c907c2e6e106 (diff)
downloadmongo-e94c11f55f5e5eb7f764523359fa908c8efef68c.tar.gz
SERVER-71343: Remove extraneous TODO in distinct jstest
-rw-r--r--jstests/core/profile_distinct.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/profile_distinct.js b/jstests/core/profile_distinct.js
index deb14918359..2e10a830c70 100644
--- a/jstests/core/profile_distinct.js
+++ b/jstests/core/profile_distinct.js
@@ -1,8 +1,6 @@
// @tags: [
// does_not_support_stepdowns,
// requires_profiling,
-// # TODO SERVER-62034: Prevent distinct() from using CQF.
-// cqf_incompatible,
// ]
// Confirms that profiled distinct execution contains all expected metrics with proper values.