mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +00:00
endpoint_storage: Fix metrics test by excluding assertion on macos (#11952)
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user