diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index 14b68da3718..36bca68b0d0 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -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)