From 52f3b1fdd9724ff46512ee2e78bed97336341034 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Fri, 30 Aug 2024 12:20:27 +1000 Subject: [PATCH] Ignore flaky sampling test (#6326) * Ignore flaky sampling test. --- beacon_node/network/src/sync/block_lookups/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/network/src/sync/block_lookups/tests.rs b/beacon_node/network/src/sync/block_lookups/tests.rs index 9572bf7f44..5d1f2dafc9 100644 --- a/beacon_node/network/src/sync/block_lookups/tests.rs +++ b/beacon_node/network/src/sync/block_lookups/tests.rs @@ -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;