diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-17 14:56:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 14:56:29 +0000 |
commit | f70c9cd78bd377ddc01acc67f00af38325f40edd (patch) | |
tree | ded2ee95529b22f0201d439ba1ba9e739d885077 /test | |
parent | c2f9ab1a1ae3adf0afb80faebead8fcc7a5b53d0 (diff) | |
parent | 2a6daa1e313c18814192548627058a85dc97f158 (diff) | |
download | podman-f70c9cd78bd377ddc01acc67f00af38325f40edd.tar.gz podman-f70c9cd78bd377ddc01acc67f00af38325f40edd.tar.bz2 podman-f70c9cd78bd377ddc01acc67f00af38325f40edd.zip |
Merge pull request #15031 from lsm5/ec2-aarch64-machine
Cirrus: add podman_machine_aarch64
Diffstat (limited to 'test')
-rw-r--r-- | test/system/200-pod.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/200-pod.bats b/test/system/200-pod.bats index b1b9ee5e1..b9063ad1b 100644 --- a/test/system/200-pod.bats +++ b/test/system/200-pod.bats @@ -478,7 +478,7 @@ spec: } @test "pod resource limits" { - # FIXME: #15074 - possible flake on aarch64 + skip_if_aarch64 "FIXME: #15074 - flakes on aarch64 non-remote" skip_if_remote "resource limits only implemented on non-remote" skip_if_rootless "resource limits only work with root" skip_if_cgroupsv1 "resource limits only meaningful on cgroups V2" |