Skip to content

Commit

Permalink
Ignore test that access RAPL in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsRay committed Mar 30, 2022
1 parent 9a545eb commit ef2e96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sensors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef2e96d

Please sign in to comment.