Skip to content

Commit

Permalink
deactivate test on windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 4, 2024
1 parent 4a8c6f0 commit a9d1b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ async fn test_simple_python(options: Options, required_fs_objects: Vec<&'static
});
}

#[cfg(not(target_os = "windows"))] // https://github.com/Quantco/pixi-pack/issues/8
#[rstest]
#[case("conda")]
#[case("micromamba")]
Expand Down

0 comments on commit a9d1b64

Please sign in to comment.