summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-09-16 17:03:09 +0000
committerevergreen <evergreen@mongodb.com>2019-09-16 17:03:09 +0000
commitf66964ffbd8b23aa22deb0eafe0b3aea9e60c925 (patch)
tree1fb6c0004b419f84ad3530e51939c9b23840a0f4 /jstests/noPassthroughWithMongod
parent134cf5e6d026224466baed2e42787942ab289be8 (diff)
downloadmongo-f66964ffbd8b23aa22deb0eafe0b3aea9e60c925.tar.gz
SERVER-43347 Do not validate the oplog collection with {background: true} on the inMemory storage engine
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/validate_oplog_in_background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/validate_oplog_in_background.js b/jstests/noPassthroughWithMongod/validate_oplog_in_background.js
index e0c5030d0ae..068c73aa367 100644
--- a/jstests/noPassthroughWithMongod/validate_oplog_in_background.js
+++ b/jstests/noPassthroughWithMongod/validate_oplog_in_background.js
@@ -1,7 +1,7 @@
/**
* Ensures that background validation works on the Oplog.
*
- * @tags: [requires_wiredtiger]
+ * @tags: [requires_wiredtiger, requires_persistence]
*/
(function() {
'use strict';