diff --git a/backend/src/system.rs b/backend/src/system.rs index 96658032d..53216f796 100644 --- a/backend/src/system.rs +++ b/backend/src/system.rs @@ -841,6 +841,7 @@ async fn get_disk_info() -> Result { } #[tokio::test] +#[ignore] pub async fn test_get_temp() { println!("{}", get_temp().await.unwrap()) }