Skip to content

Commit 20839ca

Browse files
authored
prefix docker test name (#336)
1 parent 64788fc commit 20839ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests/heterogeneous_client_sync_and_sequencer_handoff.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ use tests::*;
4343
/// Each topology change tests different aspects of peer discovery, block gossip,
4444
/// and chain synchronization across heterogeneous client implementations.
4545
#[tokio::test]
46-
async fn test_heterogeneous_client_sync_and_sequencer_handoff() -> Result<()> {
46+
async fn docker_test_heterogeneous_client_sync_and_sequencer_handoff() -> Result<()> {
4747
reth_tracing::init_test_tracing();
4848

49-
tracing::info!("=== STARTING test_heterogeneous_client_sync_and_sequencer_handoff ===");
49+
tracing::info!("=== STARTING docker_test_heterogeneous_client_sync_and_sequencer_handoff ===");
5050
let env = DockerComposeEnv::new("multi-client-propagation").await?;
5151

5252
let rn_sequencer = env.get_rn_sequencer_provider().await?;

0 commit comments

Comments
 (0)