From 484c665e67cffc9435819369af6dfd5c388bdb4c Mon Sep 17 00:00:00 2001 From: Ashwin Sekar Date: Wed, 11 Dec 2024 16:26:25 +0000 Subject: [PATCH] local-cluster: ignore flaky OC tests --- 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 7f847d848a0ada..2a760f4b49971c 100644 --- a/local-cluster/tests/local_cluster.rs +++ b/local-cluster/tests/local_cluster.rs @@ -1638,6 +1638,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