mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
fix: disabling CRDTest (#44044)
closes: #43980 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
@@ -24,6 +24,7 @@ import io.fabric8.kubernetes.client.KubernetesClientException;
|
||||
import io.fabric8.kubernetes.client.dsl.Resource;
|
||||
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.keycloak.operator.crds.v2alpha1.deployment.Keycloak;
|
||||
import org.keycloak.operator.crds.v2alpha1.deployment.KeycloakStatusAggregator;
|
||||
@@ -38,6 +39,7 @@ import org.keycloak.operator.testsuite.utils.K8sUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
@Disabled("Bug with older fabric8 clients prevent this from running")
|
||||
@KubernetesTest
|
||||
public class CRDTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user