Ignore flaky test_banking_stage_entries_only and test_banking_stage_entryfication (#15958)

(cherry picked from commit 8a9b51952e)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-03-17 20:25:13 +00:00
committed by GitHub
parent e3bab5a987
commit e4032ec87f

View File

@ -1458,6 +1458,7 @@ mod tests {
} }
#[test] #[test]
#[ignore]
fn test_banking_stage_entries_only() { fn test_banking_stage_entries_only() {
solana_logger::setup(); solana_logger::setup();
let GenesisConfigInfo { let GenesisConfigInfo {
@ -1575,6 +1576,7 @@ mod tests {
} }
#[test] #[test]
#[ignore]
fn test_banking_stage_entryfication() { fn test_banking_stage_entryfication() {
solana_logger::setup(); solana_logger::setup();
// In this attack we'll demonstrate that a verifier can interpret the ledger // In this attack we'll demonstrate that a verifier can interpret the ledger