Skip to content

Commit

Permalink
Temporarily ignore find_python test (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Oct 8, 2023
1 parent 43bca6b commit 0e087a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/huak_ops/src/python_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ mod tests {
use super::*;

// TODO(cnpryer): https://github.com/cnpryer/huak/issues/687
#[ignore]
#[ignore = "flaky test"]
#[test]
fn python_environment_executables_dir_name() {
let dir = tempdir().unwrap();
Expand All @@ -635,6 +635,8 @@ mod tests {
assert!(venv.executables_dir_path().join("python.exe").exists());
}

// TODO(cnpryer): https://github.com/cnpryer/huak/issues/687
#[ignore = "flaky test"]
#[test]
fn find_python() {
let path = python_paths().next().unwrap().1;
Expand Down

0 comments on commit 0e087a0

Please sign in to comment.