summaryrefslogtreecommitdiff
path: root/jstests/replsets/repeated_crash_recovery_with_history_store.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/repeated_crash_recovery_with_history_store.js')
-rw-r--r--jstests/replsets/repeated_crash_recovery_with_history_store.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/jstests/replsets/repeated_crash_recovery_with_history_store.js b/jstests/replsets/repeated_crash_recovery_with_history_store.js
index 29317e036c3..3f6edfae730 100644
--- a/jstests/replsets/repeated_crash_recovery_with_history_store.js
+++ b/jstests/replsets/repeated_crash_recovery_with_history_store.js
@@ -2,7 +2,11 @@
* Tests crash recovery with the history store. Runs a workload while repeatedly killing all the
* nodes of the replica set. Finally ensures that the db hashes match.
*
- * @tags: [multiversion_incompatible, requires_persistence]
+ * @tags: [
+ * incompatible_with_macos,
+ * multiversion_incompatible,
+ * requires_persistence,
+ * ]
*/
(function() {
"use strict";
@@ -100,4 +104,4 @@ for (let i = 0; i < 20; i++) {
}
rst.stopSet();
-})(); \ No newline at end of file
+})();