Disable failing test on Ubuntu 12.04 Gallium drivers

master
Marius Kintel 2014-06-14 16:27:37 -04:00
parent fe8ce9335e
commit 9d09e6475e
1 changed files with 1 additions and 1 deletions

View File

@ -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
ctest -j8 -E "opencsgtest_rotate_extrude-tests|opencsgtest_render-tests"
if [[ $? != 0 ]]; then
echo "Test failure"
exit 1