Skip to content

Commit

Permalink
Merge pull request #1465 from soltysh/image_version_ocp
Browse files Browse the repository at this point in the history
UPSTREAM: 115484: Don't explicitly set image version in tests
  • Loading branch information
openshift-merge-robot committed Feb 3, 2023
2 parents 67f1639 + 832968b commit bd93222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/node/security_context.go
Expand Up @@ -83,7 +83,6 @@ var _ = SIGDescribe("Security Context", func() {
gidDefinedInImage := int64(50000)
supplementalGroup := int64(60000)
agnhost := imageutils.GetConfig(imageutils.Agnhost)
(&agnhost).SetVersion("2.43")
pod := scTestPod(false, false)
pod.Spec.Containers[0].Image = agnhost.GetE2EImage()
pod.Spec.Containers[0].Command = []string{"id", "-G"}
Expand Down

0 comments on commit bd93222

Please sign in to comment.