JiriOndrusek commented on PR #482: URL: https://github.com/apache/camel-quarkus-examples/pull/482#issuecomment-4098439154
> @JiriOndrusek You'll need to add a profile to skip container testing on Windows: > > ``` > <profile> > <id>skip-testcontainers-tests</id> > <activation> > <property> > <name>skip-testcontainers-tests</name> > </property> > </activation> > <properties> > <skipTests>true</skipTests> > </properties> > </profile> > ``` Thanks! This a thing I always forgot, until CI shows the error. It's added now. -- 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]
