Skip to content

Commit

Permalink
incubator-kie-issues#806: Disable PythonFlowIT it tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan committed Jan 12, 2024
1 parent d7f8b0a commit 43967f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/
package org.kie.kogito.quarkus.workflows;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.quarkus.test.junit.QuarkusIntegrationTest;
Expand All @@ -27,6 +28,7 @@
import static org.hamcrest.CoreMatchers.is;

@QuarkusIntegrationTest
@Disabled
class PythonFlowIT {

@Test
Expand Down

0 comments on commit 43967f8

Please sign in to comment.