summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@mongodb.com>2020-02-14 11:39:55 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-14 23:04:41 +0000
commit05feebc53d0ad88574cfba9bbc7640d2244f9756 (patch)
tree5dce94593119919b741725d6983d1fb1f9b41998
parent0bbcf698f317a0272a167bdc34acea0d12136603 (diff)
downloadmongo-05feebc53d0ad88574cfba9bbc7640d2244f9756.tar.gz
SERVER-46172 Tag record_preimage_startup_validation.js with requires_persistence
-rw-r--r--jstests/noPassthrough/record_preimage_startup_validation.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/noPassthrough/record_preimage_startup_validation.js b/jstests/noPassthrough/record_preimage_startup_validation.js
index ccbdda98846..bc8ed6e14a3 100644
--- a/jstests/noPassthrough/record_preimage_startup_validation.js
+++ b/jstests/noPassthrough/record_preimage_startup_validation.js
@@ -3,16 +3,11 @@
* commands only if the node is a member of a replica set that is not a shard/config server,
* and that we require the FCV to be 4.4.
*
- * @tags: [requires_replication]
+ * @tags: [requires_replication, requires_persistence]
*/
(function() {
'use strict';
-if (jsTest.options().storageEngine == "inMemory") {
- jsTestLog("Skipping test that isn't support on inMemory storage engine");
- return;
-}
-
// Start a mongod that's not in a replica set
let conn = MongoRunner.runMongod({});