diff --git a/tests/test_whoami.rs b/tests/test_whoami.rs index a739add61..2c64bb067 100644 --- a/tests/test_whoami.rs +++ b/tests/test_whoami.rs @@ -27,6 +27,7 @@ fn test_normal() { } #[test] +#[cfg(not(windows))] fn test_normal_compare_id() { let (_, mut ucmd) = at_and_ucmd!();