Skip to content

Commit

Permalink
Fixing leftover from #94, i.e. enable the Keycloak Realm Import (the …
Browse files Browse the repository at this point in the history
…new one) Operator provisioner test
  • Loading branch information
fabiobrz committed Oct 3, 2023
1 parent b001569 commit 45f9bfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.keycloak.k8s.v2alpha1.Keycloak;
import org.keycloak.k8s.v2alpha1.KeycloakRealmImport;
Expand Down Expand Up @@ -74,7 +73,6 @@
@Slf4j
@CleanBeforeAll
@NotForProductizedExecutionProfile
@Disabled("Need updated JOSDK, i.e. XTF supporting Fabric8 kubernetes-client v. 6")
public class KeycloakRealmImportOperatorProvisionerTest {
private static KeycloakRealmImportOperatorProvisioner KEYCLOAK_OPERATOR_PROVISIONER;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
public class WildflyHelmChartProvisionerTest {

@Test
//@Disabled("No artifacts on a Maven repo which is reachable by the Pod")
public void basicProvisioningTest() {
// initialize the application service descriptor
final WildflyHelmChartOpenShiftApplication application = new WildflyHelmChartOpenShiftExampleApplicaton();
Expand Down

0 comments on commit 45f9bfe

Please sign in to comment.