fix: disabling CRDTest (#44044)

closes: #43980

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins
2025-11-07 12:16:41 -05:00
committed by GitHub
parent ff09872db0
commit bfbee09767

View File

@@ -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 {