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

tail: test_follow_name_truncate4 is also flaky on selinux

This commit is contained in:
Sylvestre Ledru 2025-04-14 10:04:14 +02:00 committed by GitHub
parent 554c0ad593
commit 7d86f0b5f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1965,8 +1965,13 @@ fn test_follow_name_truncate3() {
.stdout_only(expected_stdout);
}
#[test]
#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: for currently not working platforms
#[cfg(all(
not(target_os = "apple"),
not(target_os = "windows"),
not(feature = "feat_selinux") // flaky
))] // FIXME: for currently not working platforms
fn test_follow_name_truncate4() {
// Truncating a file with the same content it already has should not trigger a truncate event