diff --git a/dmi-id/src/lib.rs b/dmi-id/src/lib.rs index 202a05e9..c94a8ab1 100644 --- a/dmi-id/src/lib.rs +++ b/dmi-id/src/lib.rs @@ -91,6 +91,7 @@ mod tests { use super::*; #[test] + #[ignore = "Does not run in docker images"] fn dmi_sysfs_properties_not_unknown() { let dmi = DMIID::new().unwrap();