mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
skip test_cp_arg_update_interactive on FreeBSD
This commit is contained in:
parent
8d591a7acc
commit
c6e7fdcabe
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue