From 928fc59845d9854fd16ae324d4ed82882bec99bd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 6 May 2021 10:43:48 +0200 Subject: [PATCH] Ignore test_lookup until issue #2181 is fixed --- tests/by-util/test_who.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_who.rs b/tests/by-util/test_who.rs index a5637f23a..8aeecfb55 100644 --- a/tests/by-util/test_who.rs +++ b/tests/by-util/test_who.rs @@ -162,6 +162,7 @@ fn test_users() { #[cfg(target_os = "linux")] #[test] +#[ignore] fn test_lookup() { for opt in vec!["--lookup"] { new_ucmd!()