mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
Merge pull request #8289 from BbolroC/skip-create-tmpfs-s390x
agent: Skip flaky create_tmpfs on s390x
This commit is contained in:
commit
148c565b2f
@ -1291,7 +1291,7 @@ mod tests {
|
|||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial]
|
#[serial]
|
||||||
#[cfg(not(target_arch = "aarch64"))]
|
#[cfg(not(any(target_arch = "aarch64", target_arch = "s390x")))]
|
||||||
async fn create_tmpfs() {
|
async fn create_tmpfs() {
|
||||||
skip_if_not_root!();
|
skip_if_not_root!();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user