Disable intermittently failing UT bootstrap_processor.push_diamond (#3558)

This commit is contained in:
theohax 2021-11-22 13:04:43 +02:00 committed by GitHub
commit 46092e8f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -378,7 +378,11 @@ TEST (bootstrap_processor, DISABLED_pull_requeue_network_error)
ASSERT_EQ (0, node1->stats.count (nano::stat::type::bootstrap, nano::stat::detail::bulk_pull_failed_account, nano::stat::dir::in)); // Requeue is not increasing failed attempts
}
TEST (bootstrap_processor, push_diamond)
// Test disabled because it's failing intermittently.
// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3558
// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3559
// CI run in which it failed: https://github.com/nanocurrency/nano-node/runs/4280675502?check_suite_focus=true#step:6:398
TEST (bootstrap_processor, DISABLED_push_diamond)
{
nano::system system;
nano::node_config config (nano::get_available_port (), system.logging);