From 000a23f59ab9c8c23f8d96a6ff5c8328d150093f Mon Sep 17 00:00:00 2001 From: Alya Berciu Date: Thu, 10 Dec 2020 13:50:14 +0000 Subject: SERVER-51970 Create feature flag for SBE --- jstests/noPassthrough/client_metadata_slowlog_rs.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'jstests/noPassthrough/client_metadata_slowlog_rs.js') diff --git a/jstests/noPassthrough/client_metadata_slowlog_rs.js b/jstests/noPassthrough/client_metadata_slowlog_rs.js index b1cb6098584..9157737e65c 100644 --- a/jstests/noPassthrough/client_metadata_slowlog_rs.js +++ b/jstests/noPassthrough/client_metadata_slowlog_rs.js @@ -1,7 +1,10 @@ /** * Test that verifies client metadata is logged as part of slow query logging in MongoD in a replica * set. - * @tags: [requires_replication] + * @tags: [ + * requires_replication, + * sbe_incompatible, + * ] */ load("jstests/libs/logv2_helpers.js"); -- cgit v1.2.1