Merge pull request #8289 from BbolroC/skip-create-tmpfs-s390x

agent: Skip flaky create_tmpfs on s390x
This commit is contained in:
Archana Shinde 2023-10-30 22:26:28 -07:00 committed by GitHub
commit 148c565b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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