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 7e786c8df3b (chores) camel-solr: fixed incorrectly disabled tests
7e786c8df3b is described below

commit 7e786c8df3b643149137b1f1d4eb0f18ed58a276
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Jan 29 09:18:09 2025 +0100

    (chores) camel-solr: fixed incorrectly disabled tests
---
 components/camel-solr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index f04f2713c5e..d3fcda2553b 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -31,7 +31,7 @@
     <description>Camel Solr Support</description>
 
     <properties>
-        <skipITs.ppc64le>true</skipITs.ppc64le>
+        <skipTests.ppc64le>true</skipTests.ppc64le>
     </properties>
 
     <dependencies>

Reply via email to