From 5f10a87decb409e0765273b973e93db6202f4e20 Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Tue, 2 Apr 2019 09:40:04 -0700 Subject: [PATCH] Ignore Flaky Local Cluster test --- core/src/local_cluster.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/local_cluster.rs b/core/src/local_cluster.rs index abe416c915..e77d208fed 100644 --- a/core/src/local_cluster.rs +++ b/core/src/local_cluster.rs @@ -422,6 +422,7 @@ mod test { } #[test] + #[ignore] fn test_local_cluster_start_and_exit_with_config() { solana_logger::setup(); let mut fullnode_exit = FullnodeConfig::default();