summaryrefslogtreecommitdiff
path: root/jstests/sharding/prepare_transaction_then_migrate.js
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-07-28 18:29:05 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-29 09:59:03 +0000
commit6c29b2a14b77c9b7ed2efd925fa6445e77ae7ba6 (patch)
tree7e0c9389f8f2d03ea3c7f7944cb5ed2cd8d0035f /jstests/sharding/prepare_transaction_then_migrate.js
parente81cb3762287d565644a96d2891d7d8ad820f1b0 (diff)
downloadmongo-6c29b2a14b77c9b7ed2efd925fa6445e77ae7ba6.tar.gz
SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion suites after 5.1 FCV constants update
Diffstat (limited to 'jstests/sharding/prepare_transaction_then_migrate.js')
-rw-r--r--jstests/sharding/prepare_transaction_then_migrate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/prepare_transaction_then_migrate.js b/jstests/sharding/prepare_transaction_then_migrate.js
index bd5110e72f9..034259d02be 100644
--- a/jstests/sharding/prepare_transaction_then_migrate.js
+++ b/jstests/sharding/prepare_transaction_then_migrate.js
@@ -3,7 +3,7 @@
* 1. Ignore multi-statement transaction prepare conflicts in the clone phase, and
* 2. Pick up the changes for prepared transactions in the transfer mods phase.
*
- * @tags: [uses_transactions, uses_prepare_transaction, disabled_due_to_server_58295]
+ * @tags: [uses_transactions, uses_prepare_transaction]
*/
(function() {