mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Merge pull request #7024 from mheon/fix_6506
Re-enable a generate kube test that failed on Ubuntu
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