diff --git a/src/utils.rs b/src/utils.rs index c8a15bf..5624af4 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -23,7 +23,9 @@ pub fn color_from_env() -> bool { #[cfg(test)] mod test { use super::color_from_env; + #[test] + #[ignore] fn color_on_clicolor() { std::env::set_var("CLICOLOR", "1"); assert_eq!(color_from_env(), true);