diff --git a/src/agent/src/watcher.rs b/src/agent/src/watcher.rs index a6cf4113b4..95dfa6cba0 100644 --- a/src/agent/src/watcher.rs +++ b/src/agent/src/watcher.rs @@ -1291,7 +1291,7 @@ mod tests { #[tokio::test] #[serial] - #[cfg(not(target_arch = "aarch64"))] + #[cfg(not(any(target_arch = "aarch64", target_arch = "s390x")))] async fn create_tmpfs() { skip_if_not_root!();