From e976a66489bb0b600d9896bdada5e33e6d885534 Mon Sep 17 00:00:00 2001 From: Esha Maharishi Date: Thu, 21 May 2020 15:38:20 -0400 Subject: SERVER-48341 Remove requires_fcv_46 from tests blacklisted under SERVER-48307 --- jstests/noPassthrough/router_transactions_metrics.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jstests/noPassthrough') diff --git a/jstests/noPassthrough/router_transactions_metrics.js b/jstests/noPassthrough/router_transactions_metrics.js index 8abd50a3994..fde540fc85e 100644 --- a/jstests/noPassthrough/router_transactions_metrics.js +++ b/jstests/noPassthrough/router_transactions_metrics.js @@ -1,7 +1,6 @@ // Tests multi-statement transactions metrics in the serverStatus output from mongos in various // basic cases. -// TODO (SERVER-48341): Remove requires_fcv_46 after backporting SERVER-48307 to 4.4. -// @tags: [requires_fcv_46, uses_transactions, uses_multi_shard_transaction] +// @tags: [uses_transactions, uses_multi_shard_transaction] (function() { "use strict"; -- cgit v1.2.1