summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophie Saskin <sophie.saskin@mongodb.com>2020-01-17 23:44:42 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:40:41 -0500
commit9b42712b1f0ac677ebaa162fb984a5c184fc09ab (patch)
tree5253737023a4bc637baf5978df6b38f2e9911e65
parent795a2fb4a1f0f6fd8f28c1248fe42297b8406ee1 (diff)
downloadmongo-9b42712b1f0ac677ebaa162fb984a5c184fc09ab.tar.gz
SERVER-45645 require test logs for sharding comment_fields test
-rw-r--r--jstests/sharding/comment_field.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/comment_field.js b/jstests/sharding/comment_field.js
index cab4928f39c..236e760c4fb 100644
--- a/jstests/sharding/comment_field.js
+++ b/jstests/sharding/comment_field.js
@@ -3,7 +3,7 @@
* and profiler. This test also verifies that for a sharded collection, the 'comment' fields gets
* passed on from mongos to the respective shards.
*
- * @tags: [requires_fcv_44]
+ * @tags: [requires_fcv_44, requires_text_logs]
*/
(function() {
"use strict";