mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
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:
@ -254,8 +254,6 @@ var _ = Describe("Podman generate kube", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman generate with user and reimport kube on pod", 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"
|
podName := "toppod"
|
||||||
_, rc, _ := podmanTest.CreatePod(podName)
|
_, rc, _ := podmanTest.CreatePod(podName)
|
||||||
Expect(rc).To(Equal(0))
|
Expect(rc).To(Equal(0))
|
||||||
|
Reference in New Issue
Block a user