diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-06-08 16:51:32 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-06-08 16:51:32 +0200 |
commit | a5facca78fed010552339a6644dd8ef1bb0fa229 (patch) | |
tree | 383a0cd2440c4ec8d8b630008b2d36efa99872bb /test | |
parent | b6148b657661db2b9d7858102e9aa3cf6f19f47f (diff) | |
download | podman-a5facca78fed010552339a6644dd8ef1bb0fa229.tar.gz podman-a5facca78fed010552339a6644dd8ef1bb0fa229.tar.bz2 podman-a5facca78fed010552339a6644dd8ef1bb0fa229.zip |
e2e: disable checkpoint test on Ubuntu
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/checkpoint_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go index 36d59b2bd..663205209 100644 --- a/test/e2e/checkpoint_test.go +++ b/test/e2e/checkpoint_test.go @@ -232,7 +232,8 @@ var _ = Describe("Podman checkpoint", func() { }) It("podman checkpoint container with established tcp connections", func() { - Skip("fails on ubuntu") + // Broken on Ubuntu. + SkipIfNotFedora() localRunString := getRunString([]string{redis}) session := podmanTest.Podman(localRunString) session.WaitWithDefaultTimeout() |