summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/comment_field_passthrough.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/comment_field_passthrough.js')
-rw-r--r--jstests/noPassthrough/comment_field_passthrough.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/noPassthrough/comment_field_passthrough.js b/jstests/noPassthrough/comment_field_passthrough.js
index daf40821ea7..221b56f4950 100644
--- a/jstests/noPassthrough/comment_field_passthrough.js
+++ b/jstests/noPassthrough/comment_field_passthrough.js
@@ -19,13 +19,8 @@ load("jstests/libs/fail_point_util.js"); // Helper to enable/disable failpoint
const tests = authCommandsLib.tests;
// The following commands require additional start up configuration and hence need to be skipped.
-const denylistedTests = [
- "startRecordingTraffic",
- "stopRecordingTraffic",
- "addShardToZone",
- "removeShardFromZone",
- "aggregate_$search" // TODO SERVER-82767 enable this test.
-];
+const denylistedTests =
+ ["startRecordingTraffic", "stopRecordingTraffic", "addShardToZone", "removeShardFromZone"];
function runTests(tests, conn, impls) {
const firstDb = conn.getDB(firstDbName);