Ignore flaky sampling test (#6326)

* Ignore flaky sampling test.
This commit is contained in:
Jimmy Chen
2024-08-30 12:20:27 +10:00
committed by GitHub
parent 218ae5c7f7
commit 52f3b1fdd9

View File

@@ -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;