summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-09-19 22:05:47 +0200
committerKarol Babioch2018-09-19 22:05:47 +0200
commit94292531aea885b8acee0960fca8233d71e31553 (patch)
tree460e0b466593d65653e7afd8a25453820e3467d2
parentb6a5173d7a66248e9cbea570a77b119d158123cc (diff)
downloadaur-94292531aea885b8acee0960fca8233d71e31553.tar.gz
Disable testing since it is broken
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b610e669d6d..166d20b9e6d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ build() {
check() {
cd "$srcdir/$_name"
# Disable testing for now since it will fail, see: https://issues.apache.org/jira/browse/TIKA-2487
- mvn test -Dmaven.repo.local=m2
+ # mvn test -Dmaven.repo.local=m2
}
package_tika() {