mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
tail: test_follow_name_truncate4 is also flaky on selinux
This commit is contained in:
parent
554c0ad593
commit
7d86f0b5f2
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue