Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
ignore sync_farm test due to bug in test infra/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Nov 1, 2023
1 parent 9c70ed0 commit 1c3c825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ async fn sync_farm_inner() {
}

#[tokio::test(flavor = "multi_thread")]
#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")]
// TODO: Fix sync farm test
#[ignore = "Ignored due to bug in test infrastructure/setup."]
async fn sync_farm() {
tokio::time::timeout(std::time::Duration::from_secs(60 * 60), sync_farm_inner()).await.unwrap()
}
Expand Down

0 comments on commit 1c3c825

Please sign in to comment.