New review comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/30798#discussion_r641920068 Comment: I was talking about kitinerary tests up to now, but yes, kdepim-addons has some meaningful failues too, eg. ``` 30/163 Test #30: pimeventsplugintest ................................................***Failed 0.10 sec QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-piotr' ********* Start testing of PimEventsPluginTest ********* Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.2.1 20201203), unknown unknown PASS : PimEventsPluginTest::initTestCase() QWARN : PimEventsPluginTest::testLoadEventsForDataRange() kf.calendarcore: Invalid dtStart QWARN : PimEventsPluginTest::testLoadEventsForDataRange() kf.calendarcore: Invalid dtStart QWARN : PimEventsPluginTest::testLoadEventsForDataRange() kf.calendarcore: Invalid dtStart QWARN : PimEventsPluginTest::testLoadEventsForDataRange() kf.calendarcore: Invalid dtStart FAIL! : PimEventsPluginTest::testLoadEventsForDataRange() Compared values are not the same Actual (actual.size()) : 2 Expected (expected.size()): 40 ``` On dbus: runing tests under dbus-run-session like okular template does does not really help - test 2 freeze (but it passed without dbus - ???). Maybe we would need to disable dbus depending test after deciding to ignore/resolving others.