Skip to content

Commit 554c0ad

Browse files
authored
tail: Ignore a test on selinux
test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size is flaky
1 parent 131ee87 commit 554c0ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/by-util/test_tail.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4379,7 +4379,8 @@ fn test_args_when_directory_given_shorthand_big_f_together_with_retry() {
43794379
not(target_vendor = "apple"),
43804380
not(target_os = "windows"),
43814381
not(target_os = "freebsd"),
4382-
not(target_os = "openbsd")
4382+
not(target_os = "openbsd"),
4383+
not(feature = "feat_selinux") // flaky
43834384
))]
43844385
fn test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size() {
43854386
let scene = TestScenario::new(util_name!());

0 commit comments

Comments
 (0)