Skip to content

Commit

Permalink
skip test_cp_arg_update_interactive on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski committed Nov 30, 2023
1 parent 8d591a7 commit c6e7fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/by-util/test_cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ fn test_cp_target_directory_is_file() {
}

#[test]
// FixMe: for FreeBSD, flaky test; track repair progress at GH:uutils/coreutils/issue/4725
#[cfg(not(target_os = "freebsd"))]
fn test_cp_arg_update_interactive() {
new_ucmd!()
.arg(TEST_HELLO_WORLD_SOURCE)
Expand Down

0 comments on commit c6e7fdc

Please sign in to comment.