Skip to content

Commit

Permalink
incubator-kie-issues#806: Disable PythonFlowIT it tests. (apache#3347)
Browse files Browse the repository at this point in the history
* incubator-kie-issues#806: Disable PythonFlowIT it tests.

* Conditionally disabling IT test when testing native binaries.
  • Loading branch information
pefernan authored and rgdoliveira committed Jan 17, 2024
1 parent 2b4563c commit 0b1c877
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@

import org.junit.jupiter.api.Test;

import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.quarkus.test.junit.QuarkusIntegrationTest;
import io.restassured.http.ContentType;

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
Expand Down

0 comments on commit 0b1c877

Please sign in to comment.