Skip to content

Commit

Permalink
Disable intermittently failing UT node.vote_by_hash_republish (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
theohax authored Nov 22, 2021
1 parent 46092e8 commit 5fbe75e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nano/core_test/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,11 @@ TEST (node, vote_by_hash_bundle)
ASSERT_TIMELY (20s, max_hashes.load () >= 3);
}

TEST (node, vote_by_hash_republish)
// Test disabled because it's failing intermittently.
// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3556
// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3557
// CI run in which it failed: https://github.com/nanocurrency/nano-node/runs/4278407269?check_suite_focus=true#step:6:1144
TEST (node, DISABLED_vote_by_hash_republish)
{
nano::system system{ 2 };
auto & node1 = *system.nodes[0];
Expand Down

0 comments on commit 5fbe75e

Please sign in to comment.