You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/24 16:21:44 UTC

[GitHub] [camel-spring-boot] Croway opened a new pull request, #540: Filter out annotated spring boot tests

Croway opened a new pull request, #540:
URL: https://github.com/apache/camel-spring-boot/pull/540

   This PR should fix failures in gh actions, in particular newest tests added under components-starter shouldn't be executed as integration tests are already executed during components build via @CamelSpringBootTest and @SpringBootTest annotations.
   
   That's why I've added a new filter that won't execute tests classes annotated with springboot test annotations.
   
   Anyway, the failure was caused due to flaky tests in zipfile and sql starter components. I will investigate those.
   
   @cunningt 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-spring-boot] davsclaus merged pull request #540: Filter out annotated spring boot tests

Posted by GitBox <gi...@apache.org>.
davsclaus merged PR #540:
URL: https://github.com/apache/camel-spring-boot/pull/540


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org