Disable entire codepath (#10767)

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-06-24 12:09:55 -07:00
committed by GitHub
parent 0b14ae5725
commit 764c7b0403
2 changed files with 10 additions and 3 deletions

View File

@ -1071,6 +1071,7 @@ fn test_snapshots_restart_validity() {
#[test]
#[serial]
#[allow(unused_attributes)]
#[ignore]
fn test_fail_entry_verification_leader() {
test_faulty_node(BroadcastStageType::FailEntryVerification);
}