From 1e3543e953f59df76f7e306d8f0cc905885c5fe4 Mon Sep 17 00:00:00 2001 From: carllin Date: Wed, 18 Sep 2019 23:57:50 -0700 Subject: [PATCH] Ignore tests (#5972) --- local_cluster/src/tests/replicator.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");