diff --git a/test/e2e/common/runtime.go b/test/e2e/common/runtime.go index 69b7bbf82f2..7fdb3215896 100644 --- a/test/e2e/common/runtime.go +++ b/test/e2e/common/runtime.go @@ -96,11 +96,6 @@ while true; do sleep 1; done Container: testContainer, RestartPolicy: testCase.RestartPolicy, Volumes: testVolumes, - PodSecurityContext: &v1.PodSecurityContext{ - SELinuxOptions: &v1.SELinuxOptions{ - Level: "s0", - }, - }, } terminateContainer.Create() defer terminateContainer.Delete()