From 23594e1d96d21174f8de15fce06228d70e5757bc Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Sun, 2 May 2021 08:12:26 -0400 Subject: 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. --- jstests/replsets/repeated_crash_recovery_with_history_store.js | 8 ++++++-- 1 file 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 +})(); -- cgit v1.2.1