Ignore flaky test_banking_stage_entries_only and test_banking_stage_entryfication

This commit is contained in:
Michael Vines
2021-03-17 10:19:31 -07:00
parent a5d144b00f
commit 8a9b51952e

View File

@ -1463,6 +1463,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 {
@ -1580,6 +1581,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