summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2022-04-28 18:51:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-28 19:42:00 +0000
commit941e093425074c6117423947ebc5bd7cb5fb774e (patch)
tree33d37eff82f4cf6e4bc8f59840bdfc04882b381e
parent88ef8319b218d2306c18f00e2037a7ad29b8f2a6 (diff)
downloadmongo-941e093425074c6117423947ebc5bd7cb5fb774e.tar.gz
SERVER-66054 Internal transactions tests in jstests/multiversion are not running on evergreen
-rw-r--r--jstests/multiVersion/internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/multiVersion/internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js b/jstests/multiVersion/internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js
index 382ba30bb60..d9301f9e449 100644
--- a/jstests/multiVersion/internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js
+++ b/jstests/multiVersion/internal_sessions_setfcv_wait_for_transaction_coordinator_cleanup.js
@@ -1,7 +1,6 @@
/*
* Tests that setFCV waits for transaction coordinators for internal transactions to be removed.
- *
- * @tags: [requires_fcv_51, featureFlagInternalTransactions]
+ * @tags: [featureFlagInternalTransactions]
*/
(function() {