mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #88033 from dims/avoid-running-docker-specific-test-in-containerd
Avoid running docker specific test in containerd
This commit is contained in:
commit
9f58fb790c
@ -168,7 +168,7 @@ func testPrivilegedPods(tester func(pod *v1.Pod)) {
|
||||
tester(hostipc)
|
||||
})
|
||||
|
||||
if isAppArmorSupported() {
|
||||
if isAppArmorSupported() && framework.TestContext.ContainerRuntime == "docker" {
|
||||
ginkgo.By("Running a custom AppArmor profile pod", func() {
|
||||
aa := restrictedPod("apparmor")
|
||||
// Every node is expected to have the docker-default profile.
|
||||
|
Loading…
Reference in New Issue
Block a user