Skip to content

Commit 7d86f0b

Browse files
authored
tail: test_follow_name_truncate4 is also flaky on selinux
1 parent 554c0ad commit 7d86f0b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/by-util/test_tail.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,8 +1965,13 @@ fn test_follow_name_truncate3() {
19651965
.stdout_only(expected_stdout);
19661966
}
19671967

1968+
19681969
#[test]
1969-
#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: for currently not working platforms
1970+
#[cfg(all(
1971+
not(target_os = "apple"),
1972+
not(target_os = "windows"),
1973+
not(feature = "feat_selinux") // flaky
1974+
))] // FIXME: for currently not working platforms
19701975
fn test_follow_name_truncate4() {
19711976
// Truncating a file with the same content it already has should not trigger a truncate event
19721977

0 commit comments

Comments
 (0)