diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-29 12:48:05 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-29 12:55:20 +1000 |
commit | 81dccb14f59a2f5fcdd7bfb5631124b930531b7f (patch) | |
tree | c1776d9cefbffda812ef9797e8a70c7077f28c6b /net-libs/libktorrent | |
parent | mysql*.eclass: Tighten up creation of directories (diff) | |
download | gentoo-81dccb14f59a2f5fcdd7bfb5631124b930531b7f.tar.gz gentoo-81dccb14f59a2f5fcdd7bfb5631124b930531b7f.tar.bz2 gentoo-81dccb14f59a2f5fcdd7bfb5631124b930531b7f.zip |
net-libs/libktorrent: disable broken tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/libktorrent-2.1.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-libs/libktorrent/libktorrent-2.1.ebuild b/net-libs/libktorrent/libktorrent-2.1.ebuild index 67d2aef77b2b..eab7d9cd1c70 100644 --- a/net-libs/libktorrent/libktorrent-2.1.ebuild +++ b/net-libs/libktorrent/libktorrent-2.1.ebuild @@ -47,3 +47,12 @@ src_prepare() { sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \ KF5TorrentConfig.cmake.in || die } + +src_test() { + # failing network tests + local myctestargs=( + -E "(fin|packetloss|send|transmit)" + ) + + kde5_src_test +} |