#567 Exclude the last remaining test until improved GL drivers can be used on Travis VMs

master
Marius Kintel 2014-05-28 20:49:27 -04:00
parent 22e46762f8
commit a633c9c650
1 changed files with 3 additions and 1 deletions

View File

@ -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