Disable intermittently failing UT active_transactions.inactive_votes_cache_fork (#3604)

This commit is contained in:
theohax 2021-12-18 13:38:09 +02:00 committed by GitHub
commit 5146c20261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,10 @@ TEST (active_transactions, inactive_votes_cache_non_final)
ASSERT_EQ (nano::dev::constants.genesis_amount - 100, election->tally ().begin ()->first);
}
TEST (active_transactions, inactive_votes_cache_fork)
// Test disabled because it's failing intermittently.
// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3604
// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3605
TEST (active_transactions, DISABLED_inactive_votes_cache_fork)
{
nano::system system (1);
auto & node = *system.nodes[0];