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>
This commit is contained in:
Hyounggyu Choi 2023-10-23 11:22:14 +02:00
parent 74d4865189
commit a0746c8d7b

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