Merge pull request #7024 from mheon/fix_6506

Re-enable a generate kube test that failed on Ubuntu
This commit is contained in:
OpenShift Merge Robot
2020-07-20 13:52:41 -04:00
committed by GitHub

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