summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2021-11-18 17:59:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-19 20:07:37 +0000
commit4b16de29595cbe840a0fee9ac4c2374e80523483 (patch)
treedf573afa7634c0cb2d361f6a82ad1545ff400f6f
parent4105bd383b018a7b3e1835767cde75584e5e0bae (diff)
downloadmongo-4b16de29595cbe840a0fee9ac4c2374e80523483.tar.gz
SERVER-61544 Fix exclusion tag for stepdown_race_with_transaction.js
-rw-r--r--jstests/replsets/stepdown_race_with_transaction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/stepdown_race_with_transaction.js b/jstests/replsets/stepdown_race_with_transaction.js
index 6a79d97d738..b6d113dc611 100644
--- a/jstests/replsets/stepdown_race_with_transaction.js
+++ b/jstests/replsets/stepdown_race_with_transaction.js
@@ -2,7 +2,7 @@
* Tests that multi-documment transactions no longer race with stepdown over
* "setAlwaysInterruptAtStepDownOrUp".
*
- * @tags: [incompatible_with_eft]
+ * @tags: [requires_persistence]
*/
(function() {