From ef2e96d8af29d9a30f271c93a55117b52a54998a Mon Sep 17 00:00:00 2001 From: Thijs Raymakers Date: Wed, 30 Mar 2022 23:39:50 +0200 Subject: [PATCH] Ignore test that access RAPL in GitHub Actions --- src/sensors/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sensors/mod.rs b/src/sensors/mod.rs index 02c6e75..b67bb99 100644 --- a/src/sensors/mod.rs +++ b/src/sensors/mod.rs @@ -180,6 +180,7 @@ mod tests { assert_eq!(result, 12345678901234567890123456789); } #[test] + #[ignore] fn test_rapl_sensor() { let mut sensor = RAPLSensor::new(String::from( "/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0",