endpoint_storage: Fix metrics test by excluding assertion on macos (#11952)

This commit is contained in:
Folke Behrens
2025-05-19 10:56:03 +00:00
committed by GitHub
parent 76a7d37f7e
commit 3685ad606d

View File

@@ -462,6 +462,8 @@ MC4CAQAwBQYDK2VwBCIEID/Drmc1AA6U/znNRWpF3zEGegOATQxfkdWxitcOMsIH
if var(REAL_S3_ENV).is_ok() {
assert!(body.contains("remote_storage_s3_deleted_objects_total"));
}
#[cfg(target_os = "linux")]
assert!(body.contains("process_threads"));
}