orpiske commented on issue #746:
URL: 
https://github.com/apache/camel-kafka-connector/issues/746#issuecomment-734226238


   I agree that at this point, they are already taking far too long to run. 
   
   However,  I'd possibly keep them in this repo. I think we need to start 
filtering some slow tests in such a way that they can be enabled at will. 
   
   With junit 5 we can annotate the tests with
   
   ```
   @EnabledIfSystemProperty(named = "enable.tests.slow", matches = "true"
   ```
   
   Then, we can enable those tests when needed by using `mvn 
-Denable.tests.slow=true ...` 
   
   Keeping them separate makes it a bit hard for writing, debugging and test 
automation IMHO. 


----------------------------------------------------------------
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.

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


Reply via email to