summaryrefslogtreecommitdiff
path: root/debian/patches/skip-cpu-dependent-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/skip-cpu-dependent-test.patch')
-rw-r--r--debian/patches/skip-cpu-dependent-test.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/skip-cpu-dependent-test.patch b/debian/patches/skip-cpu-dependent-test.patch
new file mode 100644
index 00000000..5793bf12
--- /dev/null
+++ b/debian/patches/skip-cpu-dependent-test.patch
@@ -0,0 +1,14 @@
+Index: elki-0.7.0/pom.xml
+===================================================================
+--- elki-0.7.0.orig/pom.xml
++++ elki-0.7.0/pom.xml
+@@ -60,6 +60,9 @@
+ <!-- to have the desired paths to the data files -->
+ <workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
+ <skipTests>${skipTests}</skipTests>
++ <excludes>
++ <exclude>**/TestHeapPerformance*</exclude>
++ </excludes>
+ </configuration>
+ </plugin>
+ <!-- Include more metadata in the jar -->