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/05/18 06:39:47 UTC

[camel] 02/03: (chores) camel-saleforce-component: remove test skip since this component is not buildable on s390x

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

commit 3428c6e3c2d92253bb5d7a29521870a112f6a410
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu May 18 08:32:29 2023 +0200

    (chores) camel-saleforce-component: remove test skip since this component is not buildable on s390x
---
 .../camel-salesforce/camel-salesforce-component/pom.xml     | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index f3adae4b35b..a7430d79d49 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -499,18 +499,5 @@ https://developer.salesforce.com/page/Force.com_Migration_Tool]]></message>
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <!-- Disable tests not available on platform -->
-            <id>s390x</id>
-            <activation>
-                <os>
-                    <arch>s390x</arch>
-                </os>
-            </activation>
-            <properties>
-                <skipTests>true</skipTests>
-                <skipITs>true</skipITs>
-            </properties>
-        </profile>
     </profiles>
 </project>