mirror of https://github.com/containers/podman.git
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:
parent
c193dbd942
commit
95ceacefbf
|
@ -341,8 +341,6 @@ var _ = Describe("Podman checkpoint", func() {
|
|||
})
|
||||
|
||||
It("podman checkpoint container with established tcp connections", func() {
|
||||
// Broken on Ubuntu.
|
||||
SkipIfNotFedora()
|
||||
localRunString := getRunString([]string{REDIS_IMAGE})
|
||||
session := podmanTest.Podman(localRunString)
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
|
Loading…
Reference in New Issue