From 7ef03517f907e6863b45942cdb23fa729c0a5fb2 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 8 Aug 2023 11:31:06 -0400 Subject: [PATCH] Skip podman exec cannot be invoked on Debian Ref: https://github.com/containers/podman/issues/19552 Signed-off-by: Chris Evich --- test/e2e/exec_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index 79c12c612c..35cd1bdf84 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -408,6 +408,7 @@ var _ = Describe("Podman exec", func() { }) It("podman exec cannot be invoked", func() { + SkipIfNotFedora("FIXME: #19552 fails on Debian SID w/ runc 1.1.5") setup := podmanTest.RunTopContainer("test1") setup.WaitWithDefaultTimeout() Expect(setup).Should(Exit(0))