agent: Skip flaky create_tmpfs on s390x

This is to skip a flaky test `create_tmpfs()` on s390x until a root cause is identified and fixed.

Fixes: #4248

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
(cherry picked from commit a0746c8d7b)
This commit is contained in:
Hyounggyu Choi 2023-10-23 11:22:14 +02:00 committed by Fabiano Fidêncio
parent 3b9e6e7ee4
commit d48ecf9f22

View File

@ -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!();