test: run geth blacklist test also serial (#3469)

This commit is contained in:
Matthias Seitz
2023-06-29 18:09:13 +02:00
committed by GitHub
parent f49feff5a7
commit b0df0262e3
3 changed files with 30 additions and 4 deletions

View File

@ -309,6 +309,7 @@ async fn test_connect_to_trusted_peer() {
}
#[tokio::test(flavor = "multi_thread")]
#[serial_test::serial]
#[cfg_attr(not(feature = "geth-tests"), ignore)]
async fn test_incoming_node_id_blacklist() {
reth_tracing::init_test_tracing();