From 60c09d3d89c64226d4e28bca2f94692bcb68a666 Mon Sep 17 00:00:00 2001 From: Ashwin Sekar Date: Wed, 29 Nov 2023 12:34:57 -0500 Subject: [PATCH] local-cluster: ignore test_duplicate_shreds_switch_failure (#34267) --- 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 bd6a15eee..b9ef4646a 100644 --- a/local-cluster/tests/local_cluster.rs +++ b/local-cluster/tests/local_cluster.rs @@ -5027,6 +5027,7 @@ fn test_boot_from_local_state() { #[test] #[serial] #[allow(unused_attributes)] +#[ignore] fn test_duplicate_shreds_switch_failure() { fn wait_for_duplicate_fork_frozen(ledger_path: &Path, dup_slot: Slot) -> Hash { // Ensure all the slots <= dup_slot are also full so we know we can replay up to dup_slot