aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-17 11:25:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-17 11:25:43 -0300
commitdea369775809d8ac37d0d2f06b338f797644f07d (patch)
tree33dbbe164c256d59a4644f5316cec7ee84bd077c /community
parenta26d70ac45cacbc9099848d926e45185e4ad1e22 (diff)
downloadaports-dea369775809d8ac37d0d2f06b338f797644f07d.tar.bz2
aports-dea369775809d8ac37d0d2f06b338f797644f07d.tar.xz
community/kcalendarcore: disable RecursOn-ConnectDaily tests
Diffstat (limited to 'community')
-rw-r--r--community/kcalendarcore/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index 6a5f887b9d..f8c7b18960 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -33,7 +33,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)"
+ CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "test(recurtodo|readrecurrenceid|icaltimezones|memorycalendar|timesininterval|RecursOn-ConnectDaily(2|3|6))"
}
package() {