Skip to content

Commit

Permalink
Disable intermittently failing UT rpc.send_epoch_2 (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
theohax authored Nov 22, 2021
1 parent 57ed3cc commit dd53b8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nano/rpc_test/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,11 @@ TEST (rpc, send_idempotent)
ASSERT_EQ (std::error_code (nano::error_common::insufficient_balance).message (), response3.get<std::string> ("error"));
}

TEST (rpc, send_epoch_2)
// Test disabled because it's failing intermittently.
// PR in which it got disabled: https://github.com/nanocurrency/nano-node/pull/3560
// Issue for investigating it: https://github.com/nanocurrency/nano-node/issues/3561
// CI run in which it failed: https://github.com/nanocurrency/nano-node/runs/4280938039?check_suite_focus=true#step:5:1895
TEST (rpc, DISABLED_send_epoch_2)
{
nano::system system;
auto node = add_ipc_enabled_node (system);
Expand Down

0 comments on commit dd53b8e

Please sign in to comment.