summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2021-12-22 17:50:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-23 19:29:37 +0000
commitc38ea7745e050574fc40a45f7c4628504b03b107 (patch)
treea0ef13c2a651093a68c8313fa65639aa60972cd8
parentae1292b93bac1075faeacb6b015a8eefb1623b72 (diff)
downloadmongo-c38ea7745e050574fc40a45f7c4628504b03b107.tar.gz
SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTest
(cherry picked from commit b3f58d0f5adf003d41cd43af1a35330dc9233a27)
-rw-r--r--jstests/noPassthrough/dbcheck_no_history_on_secondary.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/dbcheck_no_history_on_secondary.js b/jstests/noPassthrough/dbcheck_no_history_on_secondary.js
index 4ca67e82d31..7c4d86d1943 100644
--- a/jstests/noPassthrough/dbcheck_no_history_on_secondary.js
+++ b/jstests/noPassthrough/dbcheck_no_history_on_secondary.js
@@ -5,6 +5,7 @@
* @tags: [
* multiversion_incompatible,
* requires_replication,
+ * requires_wiredtiger,
* ]
*/
(function() {