ppalaga commented on PR #5219:
URL: https://github.com/apache/camel-quarkus/pull/5219#issuecomment-1693349299

   866fe21: 
   
   * Rebased
   * Squashed all commits
   * Added `skip-testcontainers-tests` profile to the new Camel K test module
   
   ```
           <profile>
               <id>skip-testcontainers-tests</id>
               <activation>
                   <property>
                       <name>skip-testcontainers-tests</name>
                   </property>
               </activation>
               <properties>
                   <skipTests>true</skipTests>
               </properties>
           </profile>
   ```


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

Reply via email to