From c6e7fdcabe46e9bcd903567900c11d7e230f9c1f Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Thu, 30 Nov 2023 18:45:06 +0100 Subject: [PATCH] skip test_cp_arg_update_interactive on FreeBSD --- tests/by-util/test_cp.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index 14b68da37..36bca68b0 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)