net-libs/telepathy-qt: Disable failing tests trying to access D-Bus
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 12:45:46 +0000 (13:45 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 17 Nov 2019 12:46:06 +0000 (13:46 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild

index 9b23122c98de7a368ea44c8ee2da18da155001a3..9df248fe4b3590d5fecd2d2ab0e5c3ff9cf92c35 100644 (file)
@@ -62,6 +62,10 @@ src_configure() {
 }
 
 src_test() {
+       # some tests require D-Bus
+       local myctestargs=(
+               -E "(BaseConnectionManager|BaseProtocol)"
+       )
        pushd "${BUILD_DIR}" > /dev/null || die
        virtx cmake-utils_src_test
        popd > /dev/null || die