summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2021-07-26 16:31:27 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-26 16:52:10 +0000
commit3ff0ac5911f1909dea123cee24a6824a4ce0c658 (patch)
treed8033b78ad01cd2d3b2c5fa8dca345d888790a9b
parenta61de4f56d4f5d83e29117ebd845385f2dc356a1 (diff)
downloadmongo-3ff0ac5911f1909dea123cee24a6824a4ce0c658.tar.gz
SERVER-58816 Don't run errors_on_committed_transaction.js in multiversion suites
-rw-r--r--jstests/core/txns/errors_on_committed_transaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/txns/errors_on_committed_transaction.js b/jstests/core/txns/errors_on_committed_transaction.js
index affe21a5115..eec8c8e493d 100644
--- a/jstests/core/txns/errors_on_committed_transaction.js
+++ b/jstests/core/txns/errors_on_committed_transaction.js
@@ -1,7 +1,7 @@
/**
* Test error cases when calling prepare on a committed transaction.
*
- * @tags: [uses_transactions, uses_prepare_transaction]
+ * @tags: [uses_transactions, uses_prepare_transaction, requires_fcv_50]
*/
(function() {
"use strict";