From 9b42712b1f0ac677ebaa162fb984a5c184fc09ab Mon Sep 17 00:00:00 2001 From: Sophie Saskin Date: Fri, 17 Jan 2020 23:44:42 +0000 Subject: SERVER-45645 require test logs for sharding comment_fields test --- jstests/sharding/comment_field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.1