Ignore flaky local cluster tests (#5347)

* Add logging to local_cluster tests

* Ignore flaky test_leader_failure_4, test_repairman_catchup

And crashing banking benchmarks.
This commit is contained in:
sakridge
2019-07-30 13:48:46 -07:00
committed by GitHub
parent 84368697af
commit 8d243221f0
3 changed files with 24 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3402,6 +3402,7 @@ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"solana 0.18.0-pre0",
"solana-client 0.18.0-pre0",
"solana-logger 0.18.0-pre0",
"solana-netutil 0.18.0-pre0",
"solana-sdk 0.18.0-pre0",
]