You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/21 11:27:22 UTC

[camel] branch main updated: (chores) camel-xml-dsl-io: run sequentially

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a7b1e75bc30 (chores) camel-xml-dsl-io: run sequentially
a7b1e75bc30 is described below

commit a7b1e75bc30f0a83e98156607a305c906f85844d
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Jul 21 13:10:32 2023 +0200

    (chores) camel-xml-dsl-io: run sequentially
    
    The tests are not thread-safe
---
 dsl/camel-xml-io-dsl/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-xml-io-dsl/pom.xml b/dsl/camel-xml-io-dsl/pom.xml
index 92470af9903..20ee82985ca 100644
--- a/dsl/camel-xml-io-dsl/pom.xml
+++ b/dsl/camel-xml-io-dsl/pom.xml
@@ -36,6 +36,7 @@
         <firstVersion>3.9.0</firstVersion>
         <title>XML DSL</title>
         <label>dsl</label>
+        <camel.surefire.parallel>false</camel.surefire.parallel>
     </properties>
 
     <dependencies>