From 540a89a0d47a84806b57c872a6a0cde4fc61c0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Sun, 30 Jul 2023 10:09:35 +0200 Subject: [PATCH] Disable OpenShiftStorkServiceDiscoveryIT due to insufficient rights --- .../io/quarkus/ts/stork/OpenShiftStorkServiceDiscoveryIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service-discovery/stork/src/test/java/io/quarkus/ts/stork/OpenShiftStorkServiceDiscoveryIT.java b/service-discovery/stork/src/test/java/io/quarkus/ts/stork/OpenShiftStorkServiceDiscoveryIT.java index 2f1829b32..6e833564b 100644 --- a/service-discovery/stork/src/test/java/io/quarkus/ts/stork/OpenShiftStorkServiceDiscoveryIT.java +++ b/service-discovery/stork/src/test/java/io/quarkus/ts/stork/OpenShiftStorkServiceDiscoveryIT.java @@ -15,6 +15,7 @@ import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import io.quarkus.test.bootstrap.RestService; @@ -28,6 +29,7 @@ @OpenShiftScenario @DisabledOnQuarkusVersion(version = "2\\..*", reason = "QE OCP user need more privilege in order to be able to create the required ClusterRole") @DisabledOnQuarkusSnapshot(reason = "QE OCP user need more privilege in order to be able to create the required ClusterRole") +@Disabled // TODO: OCP user needs more privilege in order to be able to create the required ClusterRole public class OpenShiftStorkServiceDiscoveryIT extends AbstractCommonTestCases { private static final String CLUSTER_ROLE_FILE_NAME = "cluster-role.yaml";