This is an automated email from the ASF dual-hosted git repository.
tzimanyi 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 072cf5789a [NO ISSUE] Disable hanging test on CI. (#3339)
072cf5789a is described below
commit 072cf5789a299b198a2d2b7979c89ee106667afa
Author: Tibor Zimányi <[email protected]>
AuthorDate: Thu Dec 21 10:34:06 2023 +0100
[NO ISSUE] Disable hanging test on CI. (#3339)
---
.../workflow/executor/PythonFluentWorkflowApplicationTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/java/org/kie/kogito/serverless/workflow/executor/PythonFluentWorkflowApplicationTest.java
b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/java/org/kie/kogito/serverless/workflow/executor/PythonFluentWorkflowApplicationTest.java
index e5305f3dba..578b5acd67 100644
---
a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/java/org/kie/kogito/serverless/workflow/executor/PythonFluentWorkflowApplicationTest.java
+++
b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/src/test/java/org/kie/kogito/serverless/workflow/executor/PythonFluentWorkflowApplicationTest.java
@@ -21,6 +21,7 @@ package org.kie.kogito.serverless.workflow.executor;
import java.util.Collections;
import java.util.Map;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.kogito.serverless.workflow.fluent.ActionBuilder.ScriptType;
import org.kie.kogito.serverless.workflow.python.PythonWorkItemHandlerUtils;
@@ -37,6 +38,7 @@ import static
org.kie.kogito.serverless.workflow.fluent.StateBuilder.operation;
import static
org.kie.kogito.serverless.workflow.fluent.WorkflowBuilder.jsonObject;
import static
org.kie.kogito.serverless.workflow.fluent.WorkflowBuilder.workflow;
+@Disabled
public class PythonFluentWorkflowApplicationTest {
@Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]