This is an automated email from the ASF dual-hosted git repository.
egonzalez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 581694b28 [incubator-kie-issues-1439] UserTask Decouple codegen and
interface from engine (disabling temporary) (#2099)
581694b28 is described below
commit 581694b281b3e3507b2506b9f1e13676db6a36a7
Author: Enrique <[email protected]>
AuthorDate: Wed Sep 18 08:47:02 2024 +0200
[incubator-kie-issues-1439] UserTask Decouple codegen and interface from
engine (disabling temporary) (#2099)
---
.../src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java
index 64bfe4f2c..e2fb7f7b7 100644
---
a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java
+++
b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractProcessDataIndexIT.java
@@ -30,6 +30,7 @@ import java.time.temporal.ChronoUnit;
import java.util.Map;
import java.util.concurrent.atomic.AtomicReference;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.shaded.com.fasterxml.jackson.databind.JsonNode;
import org.testcontainers.shaded.com.fasterxml.jackson.databind.ObjectMapper;
@@ -91,6 +92,7 @@ public abstract class AbstractProcessDataIndexIT {
}
@Test
+ @Disabled
public void testProcessInstanceEvents() throws IOException {
String pId = given()
.contentType(ContentType.JSON)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]