Disable repeated slot dumping (#10606)

* Disable repeated slot dumping

* Disable entire codepath

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-06-15 18:00:23 -07:00
committed by GitHub
parent d396a5f45a
commit 43cd5f3730
2 changed files with 10 additions and 3 deletions

View File

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