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.
1 parent 574acbe commit f26dbc4Copy full SHA for f26dbc4
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