oscerd opened a new pull request, #25053: URL: https://github.com/apache/camel/pull/25053
### Motivation [CAMEL-21933](https://issues.apache.org/jira/browse/CAMEL-21933). `EventbridgePutRuleIT`, `EventbridgePutEventsIT` and `EventbridgeRemoveTargetsIT` were disabled with *"Doesn't work with Localstack v4"*. They now pass against the LocalStack image the AWS test-infra currently uses (`mirror.gcr.io/floci/floci:1.5.28`), so the upstream behaviour that broke them has since been fixed. ### Changes Remove the `@Disabled("Doesn't work with Localstack v4")` annotation (and the now-unused `org.junit.jupiter.api.Disabled` import) from the three ITs. Test-only change. ### Testing Ran all three against LocalStack via the AWS test-infra: ``` EventbridgePutRuleIT Tests run: 1, Failures: 0, Errors: 0 EventbridgePutEventsIT Tests run: 1, Failures: 0, Errors: 0 EventbridgeRemoveTargetsIT Tests run: 1, Failures: 0, Errors: 0 ``` Plus the module's 25 unit tests pass, and a full reactor `mvn clean install -DskipTests` from root succeeds. _Claude Code on behalf of Andrea Cosentino (@oscerd)._ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
