Skip to content

Commit

Permalink
Ignore flaky sampling test (#6326)
Browse files Browse the repository at this point in the history
* Ignore flaky sampling test.
  • Loading branch information
jimmygchen authored Aug 30, 2024
1 parent 218ae5c commit 52f3b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_node/network/src/sync/block_lookups/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1967,6 +1967,7 @@ fn sampling_happy_path() {
}

#[test]
#[ignore] // Ignoring due to flakiness https://github.com/sigp/lighthouse/issues/6319
fn sampling_with_retries() {
let Some(mut r) = TestRig::test_setup_after_peerdas() else {
return;
Expand Down

0 comments on commit 52f3b1f

Please sign in to comment.