diff --git a/local_cluster/src/tests/replicator.rs b/local_cluster/src/tests/replicator.rs index d1a6a90d6b..3e1c836237 100644 --- a/local_cluster/src/tests/replicator.rs +++ b/local_cluster/src/tests/replicator.rs @@ -74,7 +74,7 @@ fn test_replicator_startup_1_node() { } #[test] -#[serial] +#[ignore] fn test_replicator_startup_2_nodes() { run_replicator_startup_basic(2, 1); } @@ -119,7 +119,7 @@ fn test_replicator_startup_leader_hang() { } #[test] -#[serial] +#[ignore] fn test_replicator_startup_ledger_hang() { solana_logger::setup(); info!("starting replicator test");