mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 11:47:51 +00:00
Merge pull request #7024 from mheon/fix_6506
Re-enable a generate kube test that failed on Ubuntu
This commit is contained in:
commit
e8de509be5
1 changed files with 0 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue