diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 9f44b0c9..4117f58c 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -11,7 +11,9 @@ if [[ $? != 0 ]]; then echo "Error building test suite" exit 1 fi -ctest -j8 +# 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 if [[ $? != 0 ]]; then echo "Test failure" exit 1