From afd5f033ab1158b9bb797721f16916e5b0f47a6c Mon Sep 17 00:00:00 2001 From: theohax <81556890+theohax@users.noreply.github.com> Date: Sat, 18 Dec 2021 13:35:11 +0200 Subject: [PATCH] Disable intermittently failing UT confirmation_height.election_winner_details_clearing (#3607) --- nano/core_test/confirmation_height.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nano/core_test/confirmation_height.cpp b/nano/core_test/confirmation_height.cpp index 00b11c4e..67bf401f 100644 --- a/nano/core_test/confirmation_height.cpp +++ b/nano/core_test/confirmation_height.cpp @@ -1262,7 +1262,10 @@ TEST (confirmation_height, cemented_gap_below_no_cache) test_mode (nano::confirmation_height_mode::unbounded); } -TEST (confirmation_height, election_winner_details_clearing) +// Test disabled because it's failing intermittently. +// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3607 +// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3608 +TEST (confirmation_height, DISABLED_election_winner_details_clearing) { auto test_mode = [] (nano::confirmation_height_mode mode_a) { nano::system system;