Disable flaky test_poh_service (#16772)

This commit is contained in:
Michael Vines 2021-04-23 10:14:11 -07:00 committed by GitHub
parent da58f20a99
commit 63436cc2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ mod tests {
use std::time::Duration;
#[test]
#[ignore]
fn test_poh_service() {
solana_logger::setup();
let GenesisConfigInfo { genesis_config, .. } = create_genesis_config(2);