Skip to content

Commit

Permalink
Merge pull request #70092 from bclau/remove-test-selinux-options
Browse files Browse the repository at this point in the history
Removes unnecessary SELinuxOptions from test case
  • Loading branch information
k8s-ci-robot committed Dec 7, 2018
2 parents cd5f41e + d76108c commit 71cf45f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/common/runtime.go
Expand Up @@ -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()
Expand Down

0 comments on commit 71cf45f

Please sign in to comment.