summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaddie Zechar <mez2113@columbia.edu>2023-01-09 19:38:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-09 21:10:23 +0000
commit6cf6ca9c9a7a3e3fe1de05c8ff5e4ddb19829e1f (patch)
tree0cc8e486765d7a0afffbb6aa63c27b550f9f84c4
parentb4119be75bb8f31da7e8f28bb4e3f881f3bc5027 (diff)
downloadmongo-6cf6ca9c9a7a3e3fe1de05c8ff5e4ddb19829e1f.tar.gz
SERVER-72405 re-enable unionWith_maxTimeMS test in telemetry passthrough
-rw-r--r--jstests/aggregation/sources/unionWith/unionWith_maxTimeMS.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/aggregation/sources/unionWith/unionWith_maxTimeMS.js b/jstests/aggregation/sources/unionWith/unionWith_maxTimeMS.js
index 8ceeb3c5b62..92d84b4ee37 100644
--- a/jstests/aggregation/sources/unionWith/unionWith_maxTimeMS.js
+++ b/jstests/aggregation/sources/unionWith/unionWith_maxTimeMS.js
@@ -1,9 +1,5 @@
/**
* Tests that maxTimeMS is respected even in an inner $unionWith pipeline.
- * @tags: [
- * #TODO SERVER-72405 Unblock this test from the telemetry passthrough
- * exclude_from_telemetry_passthrough,
- * ]
*/
(function() {