Skip to content

Commit

Permalink
local-cluster: ignore flaky test_duplicate_with_pruned_ancestor (anza…
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar authored Jul 22, 2024
1 parent bcbf630 commit 32e8ad2
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 @@ -4614,6 +4614,7 @@ fn test_slot_hash_expiry() {
//
#[test]
#[serial]
#[ignore]
fn test_duplicate_with_pruned_ancestor() {
solana_logger::setup_with("info,solana_metrics=off");
solana_core::repair::duplicate_repair_status::set_ancestor_hash_repair_sample_size_for_tests_only(3);
Expand Down

0 comments on commit 32e8ad2

Please sign in to comment.