Skip to content

Commit

Permalink
test: disable flakey test (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jun 29, 2023
1 parent 0205938 commit 7850cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/net/network/tests/it/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ async fn test_incoming_node_id_blacklist() {

#[tokio::test(flavor = "multi_thread")]
#[serial_test::serial]
#[cfg_attr(not(feature = "geth-tests"), ignore)]
// #[cfg_attr(not(feature = "geth-tests"), ignore)]
#[ignore] // TODO: Re-enable once we figure out why this test is flakey
async fn test_incoming_connect_with_single_geth() {
reth_tracing::init_test_tracing();
tokio::time::timeout(GETH_TIMEOUT, async move {
Expand Down

0 comments on commit 7850cc0

Please sign in to comment.