Ignore flaky test (#17858)

This commit is contained in:
carllin
2021-06-09 13:50:41 -07:00
committed by GitHub
parent 2c591ebaab
commit 84f121881e

View File

@ -2064,6 +2064,7 @@ fn test_no_voting() {
#[test] #[test]
#[serial] #[serial]
#[ignore]
fn test_optimistic_confirmation_violation_detection() { fn test_optimistic_confirmation_violation_detection() {
solana_logger::setup_with_default(RUST_LOG_FILTER); solana_logger::setup_with_default(RUST_LOG_FILTER);
// First set up the cluster with 2 nodes // First set up the cluster with 2 nodes