Skip to content

Commit 51c94d9

Browse files
authored
tail: test_follow_name_multiple is intermittent on mac
1 parent 5dcde30 commit 51c94d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/by-util/test_tail.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,10 @@ fn test_follow_multiple() {
636636
}
637637

638638
#[test]
639-
#[cfg(not(target_os = "windows"))] // FIXME: test times out
639+
#[cfg(all(
640+
not(target_vendor = "apple"),
641+
not(target_os = "windows")
642+
))] // FIXME: test times out
640643
fn test_follow_name_multiple() {
641644
// spell-checker:disable-next-line
642645
for argument in ["--follow=name", "--follo=nam", "--f=n"] {

0 commit comments

Comments
 (0)