mirror of
https://github.com/containerd/containerd.git
synced 2026-08-08 17:11:15 +00:00
Merge pull request #13144 from chrishenzie/update-crun-1.27
Update crun version to 1.27 and enable in mount options test
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
package integration
|
||||
|
||||
import (
|
||||
"os"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
@@ -29,9 +28,6 @@ import (
|
||||
)
|
||||
|
||||
func TestPrivilegedContainerCgroupMountOptions(t *testing.T) {
|
||||
if f := os.Getenv("RUNC_FLAVOR"); f == "crun" {
|
||||
t.Skip("Skipping until crun supports cgroup v2 mount options (https://github.com/containers/crun/pull/2040)")
|
||||
}
|
||||
if cgroups.Mode() != cgroups.Unified {
|
||||
t.Skip("Requires cgroup v2")
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.22
|
||||
1.27
|
||||
|
||||
Reference in New Issue
Block a user