mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00
Merge pull request #1890 from baude/disablecheckpointtests
disable checkpoint tests on f29
This commit is contained in:
@ -28,6 +28,10 @@ var _ = Describe("Podman checkpoint", func() {
|
||||
if !criu.CheckForCriu() {
|
||||
Skip("CRIU is missing or too old.")
|
||||
}
|
||||
hostInfo := podmanTest.Host
|
||||
if hostInfo.Distribution == "fedora" && hostInfo.Version == "29" {
|
||||
Skip("Checkpoint tests appear to fail on F29.")
|
||||
}
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
|
Reference in New Issue
Block a user