diff --git a/tests/fork-selection.rs b/tests/fork-selection.rs index d4302de68d..5ec1e31250 100644 --- a/tests/fork-selection.rs +++ b/tests/fork-selection.rs @@ -587,6 +587,7 @@ fn test_with_partitions( } #[test] +#[ignore] fn test_3_partitions() { test_with_partitions(3, 0.0, 0, 0.0, true) }