diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-15 15:27:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-15 15:27:23 +0200 |
commit | 3cf606ad88c22272944642047b66efa0a948c2b9 (patch) | |
tree | ffee5fad18d43c55e85c922c3ad86a6193ef236b /net-libs/telepathy-qt | |
parent | dev-perl/Data-ICal: Bump to versionj 0.240.0 (diff) | |
download | gentoo-3cf606ad88c22272944642047b66efa0a948c2b9.tar.gz gentoo-3cf606ad88c22272944642047b66efa0a948c2b9.tar.bz2 gentoo-3cf606ad88c22272944642047b66efa0a948c2b9.zip |
net-libs/telepathy-qt: Disable StreamTubeHandlers test
All others passed.
Closes: https://bugs.gentoo.org/732110
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild index 021e7a634ee6..03ba4e008414 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -66,9 +66,9 @@ src_configure() { } src_test() { - # some tests require D-Bus + # some tests require D-Bus, bug #732110 local myctestargs=( - -E "(BaseConnectionManager|BaseProtocol)" + -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)" ) pushd "${BUILD_DIR}" > /dev/null || die virtx cmake_src_test diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 6b31f2462dc0..8abc149f66ee 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -72,9 +72,9 @@ src_configure() { } src_test() { - # some tests require D-Bus + # some tests require D-Bus, bug #732110 local myctestargs=( - -E "(BaseConnectionManager|BaseProtocol)" + -E "(BaseConnectionManager|BaseProtocol|StreamTubeHandlers)" ) pushd "${BUILD_DIR}" > /dev/null || die virtx cmake_src_test |