mirror of
https://github.com/containers/podman.git
synced 2025-09-17 23:18:39 +08:00
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:
@ -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()
|
||||||
|
Reference in New Issue
Block a user