From 15d596099cc96992ad2db6751c3422e6a4347184 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 4 Sep 2014 13:49:12 -0400 Subject: [PATCH] Disabled some tests for Travis which fails due to Gallium 0.4 driver issues on Ubuntu 12.04 --- scripts/travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 65d5d3e0..1f7cbc22 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -13,7 +13,7 @@ if [[ $? != 0 ]]; then fi # Exclude tests known the cause issues on Travis # opencsgtest_rotate_extrude-tests - Fails on Ubuntu 12.04 using Gallium 0.4 drivers -ctest -j8 -E "opencsgtest_rotate_extrude-tests|opencsgtest_render-tests" +ctest -j8 -E "opencsgtest_rotate_extrude-tests|opencsgtest_render-tests|opencsgtest_rotate_extrude-hole|opencsgtest_internal-cavity|opencsgtest_internal-cavity-polyhedron|opencsgtest_minkowski3-erosion" if [[ $? != 0 ]]; then echo "Test failure" exit 1