Skip to content

Commit

Permalink
local-cluster: ignore test_duplicate_shreds_switch_failure (#34267)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar authored Nov 29, 2023
1 parent aeb4a34 commit 60c09d3
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 60c09d3

Please sign in to comment.