From 60d71e3f2a855925fe526e3df0a36accf959774d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 25 Dec 2023 11:22:04 +0100 Subject: [PATCH] ln: disable a test on android --- tests/by-util/test_ln.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_ln.rs b/tests/by-util/test_ln.rs index 78978a06e..2501e9d36 100644 --- a/tests/by-util/test_ln.rs +++ b/tests/by-util/test_ln.rs @@ -723,6 +723,7 @@ fn test_symlink_remove_existing_same_src_and_dest() { } #[test] +#[cfg(not(target_os = "android"))] fn test_ln_seen_file() { let ts = TestScenario::new(util_name!()); let at = &ts.fixtures;