summaryrefslogtreecommitdiff
path: root/jstests/replsets/use_history_after_restart.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/use_history_after_restart.js')
-rw-r--r--jstests/replsets/use_history_after_restart.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/replsets/use_history_after_restart.js b/jstests/replsets/use_history_after_restart.js
index f7de4d9ac60..9f97d18a2ab 100644
--- a/jstests/replsets/use_history_after_restart.js
+++ b/jstests/replsets/use_history_after_restart.js
@@ -9,7 +9,10 @@
* restart. This is a conservative behavior that is perfectly reasonable to later relax.
* 4) Create a collection `dneAtOldestTs`. This collection should not be readable across a restart.
*
- * @tags: [requires_fcv_49, requires_majority_read_concern, requires_persistence]
+ * @tags: [
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {
"use strict";