From e94c11f55f5e5eb7f764523359fa908c8efef68c Mon Sep 17 00:00:00 2001 From: Hana Pearlman Date: Tue, 15 Nov 2022 17:47:20 +0000 Subject: SERVER-71343: Remove extraneous TODO in distinct jstest --- jstests/core/profile_distinct.js | 2 -- 1 file changed, 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. -- cgit v1.2.1