summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2021-10-21 13:46:33 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-21 18:22:19 +0000
commitdfee6054af59db7632efdc6c7b9fdc483b87f2d3 (patch)
tree1776bac4f4d1cfbbe8919442c67419b0467fd6bb
parent46d180e4f463f96b7d5f64c73e43204fd47f5fd4 (diff)
downloadmongo-dfee6054af59db7632efdc6c7b9fdc483b87f2d3.tar.gz
SERVER-60898 Exclude stepdown_race_with_transaction.js from running on ephemeralForTest
-rw-r--r--jstests/replsets/stepdown_race_with_transaction.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/stepdown_race_with_transaction.js b/jstests/replsets/stepdown_race_with_transaction.js
index f1674f5ea3a..6a79d97d738 100644
--- a/jstests/replsets/stepdown_race_with_transaction.js
+++ b/jstests/replsets/stepdown_race_with_transaction.js
@@ -1,6 +1,8 @@
/**
* Tests that multi-documment transactions no longer race with stepdown over
* "setAlwaysInterruptAtStepDownOrUp".
+ *
+ * @tags: [incompatible_with_eft]
*/
(function() {