diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2020-05-21 15:38:20 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-06-26 16:49:44 +0000 |
commit | e976a66489bb0b600d9896bdada5e33e6d885534 (patch) | |
tree | cdca40a85feca75128ca3e81be66543a58177f7f /jstests/noPassthrough | |
parent | 0329fb2aa07107f9458e7124690bcbbd587ac4b4 (diff) | |
download | mongo-e976a66489bb0b600d9896bdada5e33e6d885534.tar.gz |
SERVER-48341 Remove requires_fcv_46 from tests blacklisted under SERVER-48307
Diffstat (limited to 'jstests/noPassthrough')
-rw-r--r-- | jstests/noPassthrough/router_transactions_metrics.js | 3 |
1 files changed, 1 insertions, 2 deletions
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"; |