0
0
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:
Benety Goh 2021-05-02 08:12:26 -04:00 committed by Evergreen Agent
parent 6ca592cd08
commit 23594e1d96

View File

@ -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();
})();
})();