commit:     1c38dbf8389e230596629b3ce1a1bb9d2ffc2e84
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 13:01:14 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 13:32:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c38dbf8

sci-mathematics/gfan: disable test that fails on x86.

Closes: https://bugs.gentoo.org/818397
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild 
b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild
index 6ef0572a0ec3..13b77d43b8ad 100644
--- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild
+++ b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild
@@ -41,6 +41,10 @@ src_prepare() {
        # This test hangs on x86, bug 717112.
        rm -r testsuite/0602ResultantFanProjection || \
                die "unable to disable test 0602ResultantFanProjection"
+
+       # And this one fails (harmlessly) on x86, bug 818397.
+       rm -r testsuite/0009RenderStairCase || \
+               die "unable to disable test 0009RenderStairCase"
 }
 
 src_configure() {

Reply via email to