martinweiler commented on code in PR #2317:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2317#discussion_r3275583861
##########
explainability/explainability-service-rest/src/test/java/org/kie/kogito/explainability/rest/KeycloakExplainabilityServiceIT.java:
##########
@@ -19,19 +19,21 @@
package org.kie.kogito.explainability.rest;
import org.apache.http.HttpStatus;
-import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Disabled;
import org.kie.kogito.test.quarkus.QuarkusTestProperty;
import org.kie.kogito.testcontainers.KogitoKeycloakContainer;
import org.kie.kogito.testcontainers.quarkus.KeycloakQuarkusTestResource;
-import io.quarkus.test.common.QuarkusTestResource;
-import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import static io.restassured.RestAssured.given;
-@QuarkusTest
-@QuarkusTestResource(KeycloakQuarkusTestResource.Conditional.class)
+/*@QuarkusTest
+@QuarkusTestResource(KeycloakQuarkusTestResource.Conditional.class)*/
+@Disabled("Currently disabled due to failures on test instantiation. For some
reason, the KogitoKeycloakContainer" +
+ ".getMappedPort() is invoked before" +
+ "the container is up and running, hence it throws an
IllegalStateException. This needs to be investigated and" +
+ " fixed before re-enabling the test.")
Review Comment:
This needs a follow-up tracker to investigate further and re-enable the test
eventually.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]