jamesnetherton commented on a change in pull request #3024:
URL: https://github.com/apache/camel-quarkus/pull/3024#discussion_r694702439



##########
File path: 
integration-tests/solr/src/test/java/org/apache/camel/quarkus/component/solr/it/SolrTestResource.java
##########
@@ -111,10 +112,17 @@ private void createSslContainer() {
      * creates a cloud container with zookeeper
      */
     private void createCloudContainer() {
-        cloudContainer = new DockerComposeContainer(new 
File("src/test/resources/cloud-docker-compose.yml"))
-                .withExposedService("solr1", SOLR_PORT)
-                .withExposedService("zoo1", ZOOKEEPER_PORT)
-                .waitingFor("create-collection", Wait.forLogMessage(".*Created 
collection 'collection1'.*", 1));
+        if (SystemUtils.IS_OS_LINUX) {
+            cloudContainer = new DockerComposeContainer(new 
File("src/test/resources/cloud-docker-compose.yml"))

Review comment:
       Can these be read from the classpath? I'm not sure resolving from the 
source tree will work on the `quarkus-platform` build.




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