From 7222046cf29b735e22c414737d079c8f4889aee2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 18 Dec 2023 10:41:16 +0100 Subject: Disable [Feature:APISelfSubjectReview] testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/kubernetes/kubernetes/commit/7c5573d326d10e81f69da38c1238e22bb6d056c8 STEP: creating SSR authentication/v1alpha1 @ 12/17/23 23:46:55.031 Dec 17 23:46:55.034: INFO: Unexpected error: <*errors.StatusError | 0xc00581a140>: the server could not find the requested resource { ErrStatus: code: 404 details: {} message: the server could not find the requested resource metadata: {} reason: NotFound status: Failure, } [FAILED] in [It] - tes Change-Id: If70773712d1dababf2b07ed8aaca12bb43947c3a Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/smoke') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 7b863e6c..dc1abbab 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -151,7 +151,8 @@ tiers: skip: "\\[Disruptive\\]|\\[Flaky\\]|\\[alpha\\]|\ \\[Serial\\]|\\[Conformance\\]|\ \\[Feature:PodSecurityPolicy\\]|\ - \\[Feature:BoundServiceAccountTokenVolume\\]" + \\[Feature:BoundServiceAccountTokenVolume\\]|\ + \\[Feature:APISelfSubjectReview\\]" - case_name: sig_cluster_lifecycle project_name: functest criteria: 100 -- cgit 1.2.3-korg