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))