Skip to content

Commit

Permalink
Disable OpenShiftStorkServiceDiscoveryIT due to insufficient rights
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jul 30, 2023
1 parent b62fecc commit 540a89a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";
Expand Down

0 comments on commit 540a89a

Please sign in to comment.