test: disable flakey test (#3486)

This commit is contained in:
Bjerg
2023-06-30 00:58:15 +02:00
committed by GitHub
parent 02059387b0
commit 7850cc0b8d

View File

@ -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 {