From 5f666cb9ad24100855179f4bbbe6b7db6d648767 Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Fri, 30 Jun 2023 00:26:09 +0200 Subject: [PATCH] test: disable flakey test --- crates/net/network/tests/it/connect.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/net/network/tests/it/connect.rs b/crates/net/network/tests/it/connect.rs index 11ceb5f8a826..f8ffd584db84 100644 --- a/crates/net/network/tests/it/connect.rs +++ b/crates/net/network/tests/it/connect.rs @@ -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 {