summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-05-02 08:12:26 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-02 12:48:00 +0000
commit23594e1d96d21174f8de15fce06228d70e5757bc (patch)
treeac15f98ede4fef1f6e6ac3030f24d98e9f2734d0
parent6ca592cd08f5050951e244db170a1b986d1dd8a8 (diff)
downloadmongo-23594e1d96d21174f8de15fce06228d70e5757bc.tar.gz
SERVER-53417 temporarily disable repeated_crash_recovery_with_history_store.js under macOS
This is a slow test (about 30 mins) that does not run consistently under macOS in our CI system.
-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
+})();