Skip to content

Commit

Permalink
ignore test that relies on physical hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Nov 9, 2023
1 parent e90a24a commit 21efdcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ async fn get_disk_info() -> Result<MetricsDisk, Error> {
}

#[tokio::test]
#[ignore]
pub async fn test_get_temp() {
println!("{}", get_temp().await.unwrap())
}
Expand Down

0 comments on commit 21efdcb

Please sign in to comment.