Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

local-cluster: ignore test_duplicate_shreds_switch_failure #34267

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down