summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/durable_hidden_index.js
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-06-15 13:19:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-06 12:17:47 +0000
commit574d60b493f71e6433a784dc3a2a8fd3fed171a1 (patch)
tree0ec8447e2cf81fa33f7729f779afe649ab0f344f /jstests/noPassthrough/durable_hidden_index.js
parent02dfedb849374159219251422ada6035333e2c3b (diff)
downloadmongo-574d60b493f71e6433a784dc3a2a8fd3fed171a1.tar.gz
SERVER-55208: Remove nojournal,duroff and evergreen variant
Diffstat (limited to 'jstests/noPassthrough/durable_hidden_index.js')
-rw-r--r--jstests/noPassthrough/durable_hidden_index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/durable_hidden_index.js b/jstests/noPassthrough/durable_hidden_index.js
index 1552b2b94c5..7ed844370cf 100644
--- a/jstests/noPassthrough/durable_hidden_index.js
+++ b/jstests/noPassthrough/durable_hidden_index.js
@@ -3,7 +3,7 @@
* into the index catalog, that is hidden index remains hidden after restart.
*
* @tags: [
- * requires_journaling,
+ * requires_persistence,
* requires_replication,
* ]
*/