test: tmp ignore another flaky geth test (#3663)

This commit is contained in:
Matthias Seitz
2023-07-07 19:50:15 +02:00
committed by GitHub
parent f3d7988f68
commit 526f624e1c

View File

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