We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4df69d + f26dbc4 commit 9f58fb7Copy full SHA for 9f58fb7
test/e2e/auth/pod_security_policy.go
@@ -168,7 +168,7 @@ func testPrivilegedPods(tester func(pod *v1.Pod)) {
168
tester(hostipc)
169
})
170
171
- if isAppArmorSupported() {
+ if isAppArmorSupported() && framework.TestContext.ContainerRuntime == "docker" {
172
ginkgo.By("Running a custom AppArmor profile pod", func() {
173
aa := restrictedPod("apparmor")
174
// Every node is expected to have the docker-default profile.
0 commit comments