From b248b9d34c56b4dfe3d34227d6279b8545d5c912 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 27 May 2023 08:02:03 +0200 Subject: [PATCH] tail: disable some tests on Android --- tests/by-util/test_tail.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index 7a812dc74..b7740f614 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -1536,6 +1536,7 @@ fn test_retry8() { #[test] #[cfg(all( not(target_vendor = "apple"), + not(target_os = "android"), not(target_os = "windows"), not(target_os = "freebsd") ))] // FIXME: for currently not working platforms @@ -1616,6 +1617,7 @@ fn test_retry9() { #[test] #[cfg(all( not(target_vendor = "apple"), + not(target_os = "android"), not(target_os = "windows"), not(target_os = "freebsd") ))] // FIXME: for currently not working platforms @@ -1678,6 +1680,7 @@ fn test_follow_descriptor_vs_rename1() { #[test] #[cfg(all( not(target_vendor = "apple"), + not(target_os = "android"), not(target_os = "windows"), not(target_os = "freebsd") ))] // FIXME: for currently not working platforms @@ -2118,6 +2121,7 @@ fn test_follow_name_move_create1() { #[test] #[cfg(all( not(target_vendor = "apple"), + not(target_os = "android"), not(target_os = "windows"), not(target_os = "freebsd") ))] // FIXME: for currently not working platforms