mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Merge pull request #29381 from ricardobranco777/skipnoamd64
test/e2e/healthcheck: skip ignore-result test on non-amd64
This commit is contained in:
commit
7b8254d544
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() {
|
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 := podmanTest.Podman([]string{"run", "-q", "-dt", "--name", "hc", "quay.io/libpod/badhealthcheck:latest"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(ExitCleanly())
|
Expect(session).Should(ExitCleanly())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue