Skip to content

Commit

Permalink
Merge pull request openshift#4842 from Patryk-Stefanski/skip-ensurePS…
Browse files Browse the repository at this point in the history
…A-on-4.16-and-earlier

NO-JIRA: disable ensurePSANotPrivileged test on <4.17
  • Loading branch information
openshift-merge-bot[bot] authored Oct 3, 2024
2 parents 75c25d1 + 5fb6fc5 commit cde9ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ func EnsureMachineDeploymentGeneration(t *testing.T, ctx context.Context, hostCl

func EnsurePSANotPrivileged(t *testing.T, ctx context.Context, guestClient crclient.Client) {
t.Run("EnsurePSANotPrivileged", func(t *testing.T) {
AtLeast(t, Version417)
testNamespaceName := "e2e-psa-check"
namespace := &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit cde9ea4

Please sign in to comment.