Author: davsclaus
Date: Wed Mar 13 15:22:47 2013
New Revision: 1455997

URL: http://svn.apache.org/r1455997
Log:
Skip camel-mqtt tests on OS with sparc CPUs

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/components/camel-mqtt/pom.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1455975

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/components/camel-mqtt/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-mqtt/pom.xml?rev=1455997&r1=1455996&r2=1455997&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/components/camel-mqtt/pom.xml (original)
+++ camel/branches/camel-2.10.x/components/camel-mqtt/pom.xml Wed Mar 13 
15:22:47 2013
@@ -95,4 +95,20 @@
             </plugin>
         </plugins>
     </build>
+
+    <!-- skip tests on Solaris using sparc CPUs -->
+    <profiles>
+        <profile>
+            <id>sparc</id>
+            <activation>
+                <os>
+                    <arch>sparc</arch>
+                </os>
+            </activation>
+            <properties>
+                <skipTests>true</skipTests>
+            </properties>
+        </profile>
+    </profiles>
+
 </project>


Reply via email to