summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-06-08 16:51:32 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-06-08 16:51:32 +0200
commita5facca78fed010552339a6644dd8ef1bb0fa229 (patch)
tree383a0cd2440c4ec8d8b630008b2d36efa99872bb
parentb6148b657661db2b9d7858102e9aa3cf6f19f47f (diff)
downloadpodman-a5facca78fed010552339a6644dd8ef1bb0fa229.tar.gz
podman-a5facca78fed010552339a6644dd8ef1bb0fa229.tar.bz2
podman-a5facca78fed010552339a6644dd8ef1bb0fa229.zip
e2e: disable checkpoint test on Ubuntu
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--test/e2e/checkpoint_test.go3
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()