pefernan commented on code in PR #3347: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3347#discussion_r1450358275
########## quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java: ########## @@ -27,6 +28,7 @@ import static org.hamcrest.CoreMatchers.is; @QuarkusIntegrationTest +@Disabled Review Comment: @fjtirado I finally used the `@DisabledOnIntegrationTest` to disable the it test for native binaries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
