diff --git a/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild index 6c93ca9542720..3bfcadfb9e6cc 100644 --- a/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild +++ b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild @@ -83,5 +83,9 @@ src_configure() { } src_test() { - "${BUILD_DIR}/test/manifold_test" || die + if use x86; then + local -x GTEST_FILTER="-Properties.ToleranceSphere:Boolean.AlmostCoplanar:Smooth.RefineQuads:Smooth.ToLength:Smooth.Torus" + fi + + cmake_src_test }