summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Shteinfeld <ben.shteinfeld@mongodb.com>2022-09-30 18:50:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-30 20:13:11 +0000
commitc0014a3655c663333d506124284b99cb1bf0fd47 (patch)
tree91ac496760ca2cfa79b474f823debefe7d53f6d8
parent68b69842d9bd5413cb0596643af2b4f12a410e16 (diff)
downloadmongo-c0014a3655c663333d506124284b99cb1bf0fd47.tar.gz
SERVER-69232 Update comment in cqf suite definition to point to the correct ticket
-rw-r--r--buildscripts/resmokeconfig/suites/cqf_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
index 87cff833560..8e00532152e 100644
--- a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
@@ -14,7 +14,7 @@ selector:
# TODO SERVER-23229 on classic which is fixed by SERVER-67548 in CQF.
- jstests/aggregation/bugs/groupMissing.js
- jstests/core/null_query_semantics.js
- # TODO SERVER-62407 translate to ABT directly from find.
+ # TODO SERVER-70142 Populate planSummary field which is shown in output of $currentOp.
- jstests/core/currentop_cursors.js
# TODO SERVER-67517
- jstests/core/field_name_empty.js