diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-20 19:45:35 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-20 19:45:35 -0300 |
| commit | 376cefb5880879c59c852471cdceed4b91dc73bc (patch) | |
| tree | 76aec54a0081045ddeafc07c9f1c0761c433d225 /testing/libkgapi | |
| parent | df769252ebb2f56bd91f366e0f63e5f3f9c11388 (diff) | |
| download | aports-376cefb5880879c59c852471cdceed4b91dc73bc.tar.bz2 aports-376cefb5880879c59c852471cdceed4b91dc73bc.tar.xz | |
testing/libkgapi: disable tasks-taskfetchjobtest
Diffstat (limited to 'testing/libkgapi')
| -rw-r--r-- | testing/libkgapi/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libkgapi/APKBUILD b/testing/libkgapi/APKBUILD index ecc868a6f1..e25be42422 100644 --- a/testing/libkgapi/APKBUILD +++ b/testing/libkgapi/APKBUILD @@ -23,7 +23,8 @@ build() { check() { # calendar-freebusyqueryjobtest is broken - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "calendar-freebusyqueryjobtest" + # tasks-taskfetchjobtest fails on the builders + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(tasks-taskfetchjobtest|calendar-freebusyqueryjobtest)" } package() { |
