Skip to content

Commit

Permalink
Disable flaky test_poh_service (solana-labs#16772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Apr 23, 2021
1 parent da58f20 commit 63436cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/poh_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63436cc

Please sign in to comment.