Ignore flaky test (#17858)
This commit is contained in:
parent
2c591ebaab
commit
84f121881e
|
@ -2064,6 +2064,7 @@ fn test_no_voting() {
|
|||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore]
|
||||
fn test_optimistic_confirmation_violation_detection() {
|
||||
solana_logger::setup_with_default(RUST_LOG_FILTER);
|
||||
// First set up the cluster with 2 nodes
|
||||
|
|
Loading…
Reference in New Issue