Skip to content

Commit

Permalink
Merge pull request #2131 from subspace/ignore_domain_block_production…
Browse files Browse the repository at this point in the history
…_test_in_windows

ignore domain block production test on windows
  • Loading branch information
vedhavyas authored Oct 18, 2023
2 parents d89bdea + 8c5f0d1 commit 9b52fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions domains/client/domain-operator/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ async fn test_domain_instance_bootstrapper() {
}

#[tokio::test(flavor = "multi_thread")]
#[cfg_attr(target_os = "windows", ignore)]
// TODO: fix this on windows. https://github.com/subspace/subspace/actions/runs/6505907396/job/17683021699?pr=1974
async fn test_domain_block_production() {
let directory = TempDir::new().expect("Must be able to create temporary directory");

Expand Down

0 comments on commit 9b52fe4

Please sign in to comment.