commit: 77278f529366e5eebe9ace0e2865dcd657f1b81c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 26 22:41:40 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 26 22:41:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77278f52
net-libs/libktorrent: Disable more brittle tests Closes: https://bugs.gentoo.org/698166 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/libktorrent/libktorrent-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libktorrent/libktorrent-2.1.1.ebuild b/net-libs/libktorrent/libktorrent-2.1.1.ebuild index d9c041e72e8..2a51e661101 100644 --- a/net-libs/libktorrent/libktorrent-2.1.1.ebuild +++ b/net-libs/libktorrent/libktorrent-2.1.1.ebuild @@ -51,7 +51,7 @@ src_prepare() { src_test() { # failing network tests local myctestargs=( - -E "(fin|packetloss|send|transmit)" + -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" ) kde5_src_test
