diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index b7776b18d..f04aae30e 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -1967,7 +1967,7 @@ fn test_follow_name_truncate3() { #[test] #[cfg(all( - not(target_os = "apple"), + not(target_vendor = "apple"), not(target_os = "windows"), not(feature = "feat_selinux") // flaky ))] // FIXME: for currently not working platforms