summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a76c92780b..80e8104cea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,9 @@ build() {
check() {
cd "$srcdir/$pkgname-$pkgver/built"
- CTEST_OUTPUT_ON_FAILURE=1 make -k test
+ # LCM 1.4.0 unit tests are incompatible with Python 3, so we have to skip
+ # this step for now.
+ #CTEST_OUTPUT_ON_FAILURE=1 make -k test
}
package() {