orpiske commented on PR #13083: URL: https://github.com/apache/camel/pull/13083#issuecomment-1936963813
> I think you also need to change the IT classes as they are configured to only run if that value = true It's not necessary. They are already blocked by JUnit's `@EnabledIfSystemProperty`: ``` [INFO] --- failsafe:3.2.5:integration-test (integration-test) @ camel-zeebe --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.camel.component.zeebe.internal.ZeebeServiceIT [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.003 s -- in org.apache.camel.component.zeebe.internal.ZeebeServiceIT [INFO] Running org.apache.camel.component.zeebe.ThrowErrorIT [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in org.apache.camel.component.zeebe.ThrowErrorIT [INFO] Running org.apache.camel.component.zeebe.ResourceDeploymentIT [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 s -- in org.apache.camel.component.zeebe.ResourceDeploymentIT [INFO] Running org.apache.camel.component.zeebe.ZeebeConsumerIT [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 s -- in org.apache.camel.component.zeebe.ZeebeConsumerIT [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 10 ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org