Skip to content

Commit

Permalink
fix: enable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Oct 21, 2024
1 parent 661808e commit aa79bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/node/network_bridge/handshake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,6 @@ mod tests {
Ok(())
}

#[ignore = "flaky in ci"]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn test_peer_to_gw_outbound_conn_rejected() -> anyhow::Result<()> {
// crate::config::set_logger(Some(tracing::level_filters::LevelFilter::TRACE), None);
Expand Down

0 comments on commit aa79bc0

Please sign in to comment.