Skip to content

Commit ef2e96d

Browse files
committed
Ignore test that access RAPL in GitHub Actions
1 parent 9a545eb commit ef2e96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sensors/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ mod tests {
180180
assert_eq!(result, 12345678901234567890123456789);
181181
}
182182
#[test]
183+
#[ignore]
183184
fn test_rapl_sensor() {
184185
let mut sensor = RAPLSensor::new(String::from(
185186
"/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0",

0 commit comments

Comments
 (0)