We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a545eb commit ef2e96dCopy full SHA for ef2e96d
1 file changed
src/sensors/mod.rs
@@ -180,6 +180,7 @@ mod tests {
180
assert_eq!(result, 12345678901234567890123456789);
181
}
182
#[test]
183
+ #[ignore]
184
fn test_rapl_sensor() {
185
let mut sensor = RAPLSensor::new(String::from(
186
"/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0",
0 commit comments