mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
test/e2e/healthcheck: skip ignore-result test on non-amd64
The badhealthcheck image is available only on amd64. Skip the test on non-amd64 hosts. Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
parent
9b2de6085b
commit
e421a366f5
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ var _ = Describe("Podman healthcheck run", func() {
|
|||
})
|
||||
|
||||
It("podman healthcheck --ignore-result exits 0 on failing healthcheck", func() {
|
||||
SkipIfNotAMD64() // https://github.com/containers/podman/issues/28269
|
||||
session := podmanTest.Podman([]string{"run", "-q", "-dt", "--name", "hc", "quay.io/libpod/badhealthcheck:latest"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(ExitCleanly())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue