summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7603696f6d43..a9e5e078e763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,8 +56,7 @@ check() {
# Temporarily disable some a tests:
# * coretests takes too long (~25000s)
# * libwallet_api_tests fail (Issue #895)
- # * unit_tests: fail on i686 and x86_64 (Issue #975)
- CTEST_ARGS+="-E 'coretests|libwallet_api_tests|unit_tests'"
+ CTEST_ARGS+="-E 'coretests|libwallet_api_tests'"
echo ">>> NOTE: some tests excluded: $CTEST_ARGS"
make ARGS="$CTEST_ARGS" test