Skip to content

Commit

Permalink
fixup! Skip test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Jan 18, 2025
1 parent 68b3aaa commit 6b2477d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/by-util/test_mv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1648,8 +1648,8 @@ fn test_acl() {
assert!(compare_xattrs(&file, &file_target));
}

// This functionality doesn't seem to work yet on Windows.
// #[test]
#[ignore = "broken on windows"]
#[test]
#[cfg(windows)]
fn test_move_should_not_fallback_to_copy() {
use std::os::windows::fs::OpenOptionsExt;
Expand Down

0 comments on commit 6b2477d

Please # to comment.