Commit d76108c5 authored by Claudiu Belu's avatar Claudiu Belu

Removes unnecessary SELinuxOptions from test case

The test "should run with the expected status" passes with and without the set SELinuxOptions, but removing it will ensure that the test will be able to run and pass on Windows nodes as well.
parent 0ab29b48
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment