Ignore flaky test (#17858)
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user