We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131ee87 commit 554c0adCopy full SHA for 554c0ad
1 file changed
tests/by-util/test_tail.rs
@@ -4379,7 +4379,8 @@ fn test_args_when_directory_given_shorthand_big_f_together_with_retry() {
4379
not(target_vendor = "apple"),
4380
not(target_os = "windows"),
4381
not(target_os = "freebsd"),
4382
- not(target_os = "openbsd")
+ not(target_os = "openbsd"),
4383
+ not(feature = "feat_selinux") // flaky
4384
))]
4385
fn test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size() {
4386
let scene = TestScenario::new(util_name!());
0 commit comments