From aad00855e37b8a88fadf02e6fff84cd78b146402 Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Thu, 28 Mar 2024 15:52:16 -0500 Subject: [PATCH] fix CEL test so that it is skipped on K8s 1.23 and 1.24 --- test/integration/supervisor_github_idp_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/supervisor_github_idp_test.go b/test/integration/supervisor_github_idp_test.go index 004406f8c5..6f492108b3 100644 --- a/test/integration/supervisor_github_idp_test.go +++ b/test/integration/supervisor_github_idp_test.go @@ -224,7 +224,8 @@ func TestGitHubIDPStaticValidationOnCreate_Parallel(t *testing.T) { }, }, }, - expectedErr: `spec.gitHubAPI.tls.certificateAuthorityData must be a PEM bundle starting with '-----BEGIN CERTIFICATE----' and then base64-encoded`, + usesCELValidation: true, + expectedErr: `spec.gitHubAPI.tls.certificateAuthorityData must be a PEM bundle starting with '-----BEGIN CERTIFICATE----' and then base64-encoded`, }, } for _, tt := range tests {