Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Disable flaky test_poh_service (#16772) (#16797)
Browse files Browse the repository at this point in the history
(cherry picked from commit 63436cc)

Co-authored-by: Michael Vines <mvines@gmail.com>
  • Loading branch information
mergify[bot] and mvines authored Apr 24, 2021
1 parent f64cd4a commit 57dd8a5
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 57dd8a5

Please sign in to comment.