This is an automated email from the ASF dual-hosted git repository.
pefernan pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 6eadcb3e5f incubator-kie-issues#806: Disable `PythonFlowIT` it tests.
(#3347)
6eadcb3e5f is described below
commit 6eadcb3e5fedc98b57e08a830ae7cfd2a92fa00a
Author: Pere Fernández <[email protected]>
AuthorDate: Fri Jan 12 16:00:08 2024 +0100
incubator-kie-issues#806: Disable `PythonFlowIT` it tests. (#3347)
* incubator-kie-issues#806: Disable PythonFlowIT it tests.
* Conditionally disabling IT test when testing native binaries.
---
.../src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
b/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
index 75de1ed8b7..23d331775f 100644
---
a/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
+++
b/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
@@ -20,6 +20,7 @@ package org.kie.kogito.quarkus.workflows;
import org.junit.jupiter.api.Test;
+import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.quarkus.test.junit.QuarkusIntegrationTest;
import io.restassured.http.ContentType;
@@ -27,6 +28,9 @@ import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.is;
@QuarkusIntegrationTest
+@DisabledOnIntegrationTest(
+ value = "Temporarily disabling test since python cannot be properly
initialized inside the native image",
+ forArtifactTypes =
DisabledOnIntegrationTest.ArtifactType.NATIVE_BINARY)
class PythonFlowIT {
@Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]