Re-enable a generate kube test that failed on Ubuntu

The fix was a new runc version, which we may have sucked in.

Fixes #6506

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2020-07-20 09:48:48 -04:00
parent 17f9b80600
commit 4a3ba34d63

View File

@ -254,8 +254,6 @@ var _ = Describe("Podman generate kube", func() {
})
It("podman generate with user and reimport kube on pod", func() {
// This test fails on ubuntu due to https://github.com/seccomp/containers-golang/pull/27
SkipIfNotFedora()
podName := "toppod"
_, rc, _ := podmanTest.CreatePod(podName)
Expect(rc).To(Equal(0))