commit:     ace0b97f971549f85648facf01ef4542046365fe
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Oct  8 20:15:30 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 22:01:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace0b97f

app-i18n/uchardet: disable flaky test.

Closes: https://bugs.gentoo.org/631852
Closes: https://github.com/gentoo/gentoo/pull/5890
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-i18n/uchardet/uchardet-0.0.6.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-i18n/uchardet/uchardet-0.0.6.ebuild 
b/app-i18n/uchardet/uchardet-0.0.6.ebuild
index 9222edb2b56..fc32c0008b4 100644
--- a/app-i18n/uchardet/uchardet-0.0.6.ebuild
+++ b/app-i18n/uchardet/uchardet-0.0.6.ebuild
@@ -17,6 +17,10 @@ IUSE="static-libs test"
 src_prepare() {
        cmake-utils_src_prepare
        use test || cmake_comment_add_subdirectory test
+
+       # Remove flaky test. See Gentoo bug 631852.
+       # Track https://bugs.freedesktop.org/show_bug.cgi?id=101033
+       rm test/th/tis-620.txt || die
 }
 
 src_configure() {

Reply via email to