Skip to content

Commit c6904b7

Browse files
Update test/e2e_node/image_volume.go
Co-authored-by: Sascha Grunert <[email protected]>
1 parent 8121bc9 commit c6904b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/image_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ var _ = SIGDescribe("ImageVolume", nodefeature.ImageVolume, func() {
225225
framework.ExpectNoError(err, "Failed to get a ready schedulable node")
226226

227227
baseName := "test-pod"
228-
anotherSELinuxLevel := "s1:c6,c10"
228+
anotherSELinuxLevel := "s0:c100,c200"
229229

230230
for i := range 2 {
231231
podName := fmt.Sprintf("%s-%d", baseName, i)

0 commit comments

Comments
 (0)