1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

tail: Ignore a test on selinux

test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size is flaky
This commit is contained in:
Sylvestre Ledru 2025-04-14 09:46:05 +02:00 committed by GitHub
parent 131ee87781
commit 554c0ad593
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4379,7 +4379,8 @@ fn test_args_when_directory_given_shorthand_big_f_together_with_retry() {
not(target_vendor = "apple"),
not(target_os = "windows"),
not(target_os = "freebsd"),
not(target_os = "openbsd")
not(target_os = "openbsd"),
not(feature = "feat_selinux") // flaky
))]
fn test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size() {
let scene = TestScenario::new(util_name!());