aboutsummaryrefslogtreecommitdiffstats
path: root/community/dolphin
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-23 15:22:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-23 15:23:11 +0100
commit9b74970a5cdd914fc7b7a2662bbd6230b2d1ed4e (patch)
treebfce98eeb414cf4662fffdccf6871071bf9bfa43 /community/dolphin
parenta3f3f38d063aa94efb6f812bfaa4d6d5e35638d4 (diff)
downloadaports-9b74970a5cdd914fc7b7a2662bbd6230b2d1ed4e.tar.bz2
aports-9b74970a5cdd914fc7b7a2662bbd6230b2d1ed4e.tar.xz
community/dolphin: disable unit test requiring dbus
Diffstat (limited to 'community/dolphin')
-rw-r--r--community/dolphin/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD
index 274db97fea..8afb2c50fb 100644
--- a/community/dolphin/APKBUILD
+++ b/community/dolphin/APKBUILD
@@ -36,7 +36,8 @@ build() {
check() {
cd "$builddir"/build
# kfileitemmodeltest and placesitemmodeltest are broken
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel)test"
+ # dolphinmainwindowtest requires running DBus
+ CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel|dolphinmainwindow)test"
}
package() {