summaryrefslogtreecommitdiff
path: root/jstests/replsets/abort_in_progress_transactions_on_step_up.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-05-16 17:07:01 -0400
committerJason Chan <jason.chan@10gen.com>2019-05-16 17:07:01 -0400
commit36c2f8b3416123000d3c56e6cf1b2968d356c4bc (patch)
treef04f7f51e55902e250cc6b0876575b66210f9daf /jstests/replsets/abort_in_progress_transactions_on_step_up.js
parentee02f40bd8f3f6bfd9d2c8cbfeed59451c034166 (diff)
downloadmongo-36c2f8b3416123000d3c56e6cf1b2968d356c4bc.tar.gz
Revert "SERVER-41079 Add new build variant for the multiple oplog entries transaction format"
This reverts commit 6df77aa1579d11894a80ddd2edb3053db5abd0aa.
Diffstat (limited to 'jstests/replsets/abort_in_progress_transactions_on_step_up.js')
-rw-r--r--jstests/replsets/abort_in_progress_transactions_on_step_up.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/abort_in_progress_transactions_on_step_up.js b/jstests/replsets/abort_in_progress_transactions_on_step_up.js
index 390478e1863..3e786b49981 100644
--- a/jstests/replsets/abort_in_progress_transactions_on_step_up.js
+++ b/jstests/replsets/abort_in_progress_transactions_on_step_up.js
@@ -1,7 +1,7 @@
/**
* Tests primary aborts in-progress transactions on stepup.
*
- * @tags: [uses_transactions, exclude_from_large_txns]
+ * @tags: [uses_transactions]
*/
(function() {
"use strict";