Re-enable checkpoint test on Debian SID

An unhelpful comment doesn't give any clues why this test was originally
skipped on Ubuntu.  In any case, now that CI uses Debian SID, re-enable
the test hoping that it now functions.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-08-08 11:33:51 -04:00
parent c193dbd942
commit 95ceacefbf

View File

@ -341,8 +341,6 @@ var _ = Describe("Podman checkpoint", func() {
}) })
It("podman checkpoint container with established tcp connections", func() { It("podman checkpoint container with established tcp connections", func() {
// Broken on Ubuntu.
SkipIfNotFedora()
localRunString := getRunString([]string{REDIS_IMAGE}) localRunString := getRunString([]string{REDIS_IMAGE})
session := podmanTest.Podman(localRunString) session := podmanTest.Podman(localRunString)
session.WaitWithDefaultTimeout() session.WaitWithDefaultTimeout()