This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 1cc6077 camel-zipkin - Run tests faster in parallel mode
1cc6077 is described below
commit 1cc6077c525334b5b899a6906b9666de83b4f17a
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Apr 6 06:51:52 2021 +0200
camel-zipkin - Run tests faster in parallel mode
---
components/camel-zipkin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/camel-zipkin/pom.xml b/components/camel-zipkin/pom.xml
index 1e55f40..749c1da 100644
--- a/components/camel-zipkin/pom.xml
+++ b/components/camel-zipkin/pom.xml
@@ -33,6 +33,7 @@
<description>Distributed message tracing using Zipkin</description>
<properties>
+ <camel.surefire.parallel>true</camel.surefire.parallel>
<firstVersion>2.18.0</firstVersion>
<label>monitoring,microservice</label>
</properties>