mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
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.
This commit is contained in:
parent
6ca592cd08
commit
23594e1d96
@ -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();
|
||||
})();
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user