Skip to content

Commit

Permalink
[NO ISSUE] Disable hanging test on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Dec 21, 2023
1 parent e883e4b commit 8b909d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
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;
Expand All @@ -37,6 +38,7 @@
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
Expand Down

0 comments on commit 8b909d0

Please sign in to comment.