summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@mongodb.com>2020-12-18 14:31:51 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-11 23:05:54 +0000
commit5eec40dc1c024082ef15c5658a7e3f5f8dd0a95f (patch)
tree6f936692960aaf13f20f4c2bf95db9219eeea954
parentd3b9d2d91a73daea55ea73e11079d9f729185a00 (diff)
downloadmongo-5eec40dc1c024082ef15c5658a7e3f5f8dd0a95f.tar.gz
SERVER-53447 Blacklist insert1.js with from transaction passthrough tests with failures
(cherry picked from commit 61512271eaecbb06843fc12444aa22c1e39c5497)
-rw-r--r--jstests/core/insert1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/insert1.js b/jstests/core/insert1.js
index f3cb243dad1..fbe66a3edc7 100644
--- a/jstests/core/insert1.js
+++ b/jstests/core/insert1.js
@@ -1,4 +1,4 @@
-// @tags: [requires_fastcount]
+// @tags: [requires_fastcount, operations_longer_than_stepdown_interval_in_txns]
t = db.insert1;
t.drop();