This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new b37698c Do not use docker to run native tests, fixes #332 b37698c is described below commit b37698cd7540273626265eec62b7615ed2d5683c Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Oct 24 23:04:26 2019 +0200 Do not use docker to run native tests, fixes #332 --- integration-tests/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6c43d2a..5d162c1 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -33,14 +33,6 @@ <name>Camel Quarkus :: Integration Tests</name> <properties> - <!-- - Make quarkus use docker by default as native-image does not - work anymore due to a Fedora upgrade - - See https://github.com/oracle/graal/issues/1582 - --> - <native-image.docker-build>true</native-image.docker-build> - <native-image.container-runtime>docker</native-image.container-runtime> <activemq-version>5.15.10</activemq-version> </properties>