Disable flaky test_poh_service (#16772) (#16797)

(cherry picked from commit 63436cc2bf)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-24 04:38:27 +00:00
committed by GitHub
parent f64cd4a75a
commit 57dd8a555a

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);