Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
test: un-ignore test_section_bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Oct 7, 2020
1 parent 48a802e commit 54b1d36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async fn test_node_bootstrapping() -> Result<()> {
}

#[tokio::test]
#[ignore] // Enable once random hanging issue got resolved
async fn test_section_bootstrapping() -> Result<()> {
let num_of_nodes = 7;
let (genesis_node, mut event_stream) = TestNodeBuilder::new(None)
Expand Down

0 comments on commit 54b1d36

Please sign in to comment.