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 0366d3c commit 2234b47Copy full SHA for 2234b47
1 file changed
tests/by-util/test_tail.rs
@@ -636,7 +636,10 @@ fn test_follow_multiple() {
636
}
637
638
#[test]
639
-#[cfg(not(target_os = "windows"))] // FIXME: test times out
+#[cfg(all(
640
+ not(target_vendor = "apple"),
641
+ not(target_os = "windows")
642
+))] // FIXME: test times out
643
fn test_follow_name_multiple() {
644
// spell-checker:disable-next-line
645
for argument in ["--follow=name", "--follo=nam", "--f=n"] {
0 commit comments