aboutsummaryrefslogtreecommitdiffstats
path: root/community/kcalendarcore
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-17 17:44:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-17 17:44:47 -0300
commitab060924f0377cc0af5ff3d7e60527105125a649 (patch)
treeb3def0d0fdc7df92c196cfa268a9d7bf33cebe17 /community/kcalendarcore
parent82a52f4e1fa766784bac3cd9b603cbc101a9c28e (diff)
downloadaports-ab060924f0377cc0af5ff3d7e60527105125a649.tar.bz2
aports-ab060924f0377cc0af5ff3d7e60527105125a649.tar.xz
community/kcalendarcore: disable tests
for the moment it is better we don't block the builders
Diffstat (limited to 'community/kcalendarcore')
-rw-r--r--community/kcalendarcore/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index f8c7b18960..13cce93d67 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -4,6 +4,7 @@ pkgname=kcalendarcore
pkgver=5.68.0
pkgrel=0
pkgdesc="The KDE calendar access library"
+options="!check" # RecursOn-ConnectDaily(2|3|6) make the builders stuck
arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://community.kde.org/Frameworks"
license="LGPL-2.0-or-later"
@@ -33,7 +34,7 @@ build() {
check() {
cd "$builddir"/build
# testrecurtodo, testreadrecurrenceid, testicaltimezones, testmemorycalendar and testtimesininterval are broken
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar|timesininterval|RecursOn-ConnectDaily(2|3|6))"
+ CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar|timesininterval)"
}
package() {