diff options
author | Brent Baude <bbaude@redhat.com> | 2020-05-27 14:24:53 -0500 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-06-08 12:21:16 +0200 |
commit | efd1422143c738ae268e4e86da05adb597c84083 (patch) | |
tree | 025e4023bbdec1ec12471f17d2a48a62e894708e /test/e2e/generate_kube_test.go | |
parent | 2869cce1d53aedfe2500f3d921fb901dd5994690 (diff) | |
download | podman-efd1422143c738ae268e4e86da05adb597c84083.tar.gz podman-efd1422143c738ae268e4e86da05adb597c84083.tar.bz2 podman-efd1422143c738ae268e4e86da05adb597c84083.zip |
Enable Ubuntu tests in CI
Add updates required for ubuntu and run integration tests
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/generate_kube_test.go')
-rw-r--r-- | test/e2e/generate_kube_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/generate_kube_test.go b/test/e2e/generate_kube_test.go index 389f2c822..db750bfcc 100644 --- a/test/e2e/generate_kube_test.go +++ b/test/e2e/generate_kube_test.go @@ -254,6 +254,8 @@ 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)) |