From 84f121881e997536ca4893c1e1df07503f3929e1 Mon Sep 17 00:00:00 2001 From: carllin Date: Wed, 9 Jun 2021 13:50:41 -0700 Subject: [PATCH] Ignore flaky test (#17858) --- local-cluster/tests/local_cluster.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/local-cluster/tests/local_cluster.rs b/local-cluster/tests/local_cluster.rs index 7011e1230d..ec4fcb4f49 100644 --- a/local-cluster/tests/local_cluster.rs +++ b/local-cluster/tests/local_cluster.rs @@ -2064,6 +2064,7 @@ fn test_no_voting() { #[test] #[serial] +#[ignore] fn test_optimistic_confirmation_violation_detection() { solana_logger::setup_with_default(RUST_LOG_FILTER); // First set up the cluster with 2 nodes