summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2022-02-11 10:16:02 +0000
committerAdrian Reber <areber@redhat.com>2022-02-11 15:11:48 +0000
commit4b90542d5be977db79abbbfc442aca3553024246 (patch)
tree91f2124702f547fa1accaaa3cf1f816316c891b8 /test
parent466b8991c4025006eeb43cb30e6dc990d92df72d (diff)
downloadpodman-4b90542d5be977db79abbbfc442aca3553024246.tar.gz
podman-4b90542d5be977db79abbbfc442aca3553024246.tar.bz2
podman-4b90542d5be977db79abbbfc442aca3553024246.zip
Fix checkpoint/restore pod tests
Checkpoint/restore pod tests are not running with an older runc and now that runc 1.1.0 appears in the repositories it was detected that the tests were failing. This was not detected in CI as CI was not using runc 1.1.0 yet. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/checkpoint_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/e2e/checkpoint_test.go b/test/e2e/checkpoint_test.go
index 5f1e4b1d1..5abc672e9 100644
--- a/test/e2e/checkpoint_test.go
+++ b/test/e2e/checkpoint_test.go
@@ -1081,10 +1081,6 @@ var _ = Describe("Podman checkpoint", func() {
})
namespaceCombination := []string{
- "cgroup,ipc,net,uts,pid",
- "cgroup,ipc,net,uts",
- "cgroup,ipc,net",
- "cgroup,ipc",
"ipc,net,uts,pid",
"ipc,net,uts",
"ipc,net",