summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/backup_restore_rolling.js
diff options
context:
space:
mode:
authorAlya Berciu <alyacarina@gmail.com>2020-12-10 13:50:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 00:18:14 +0000
commit000a23f59ab9c8c23f8d96a6ff5c8328d150093f (patch)
tree75ae1571971055c827906d7213d3ee15e4f7a81d /jstests/noPassthrough/backup_restore_rolling.js
parent412239ddb360a9071182f9d8a96f44b0390b5495 (diff)
downloadmongo-000a23f59ab9c8c23f8d96a6ff5c8328d150093f.tar.gz
SERVER-51970 Create feature flag for SBE
Diffstat (limited to 'jstests/noPassthrough/backup_restore_rolling.js')
-rw-r--r--jstests/noPassthrough/backup_restore_rolling.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/noPassthrough/backup_restore_rolling.js b/jstests/noPassthrough/backup_restore_rolling.js
index 63f6b1a7cd2..1f2d3b72b6d 100644
--- a/jstests/noPassthrough/backup_restore_rolling.js
+++ b/jstests/noPassthrough/backup_restore_rolling.js
@@ -12,8 +12,9 @@
* Some methods for backup used in this test checkpoint the files in the dbpath. This technique will
* not work for ephemeral storage engines, as they do not store any data in the dbpath.
* @tags: [
- * requires_persistence,
- * requires_wiredtiger,
+ * requires_persistence,
+ * requires_wiredtiger,
+ * sbe_incompatible,
* ]
*/