summaryrefslogtreecommitdiffstats
path: root/northbound/ueb-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/ueb-listener/pom.xml')
-rwxr-xr-xnorthbound/ueb-listener/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/northbound/ueb-listener/pom.xml b/northbound/ueb-listener/pom.xml
index a12172109..f7139cb46 100755
--- a/northbound/ueb-listener/pom.xml
+++ b/northbound/ueb-listener/pom.xml
@@ -25,6 +25,21 @@
<sdc.tosca.version>1.6.5</sdc.tosca.version>
</properties>
+ <!-- Tests require MariaDB4j , which does not currently support ARM64 -->
+ <profiles>
+ <profile>
+ <id>disable-test-on-ARM64</id>
+ <activation>
+ <os>
+ <arch>aarch64</arch>
+ </os>
+ </activation>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
+ </profile>
+ </profiles>
+
<dependencyManagement>
<dependencies>
<dependency>