Skip to content

Commit

Permalink
Disable peer_container.list_fanout test (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev authored Jan 26, 2025
1 parent caa1f54 commit fe0413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/core_test/peer_container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ TEST (channels, fill_random_part)
}

// TODO: remove node instantiation requirement for testing with bigger network size
TEST (peer_container, list_fanout)
TEST (peer_container, DISABLED_list_fanout)
{
nano::test::system system{ 1 };
auto node = system.nodes[0];
Expand Down

0 comments on commit fe0413b

Please sign in to comment.