ci: disable tests on misc builds

these tests have some crazy options which cause tests to fail at present

ref T7151

Differential Revision: https://phab.enlightenment.org/D6620
This commit is contained in:
Mike Blumenkrantz 2018-07-14 00:46:58 -04:00 committed by Stefan Schmidt
parent 9b6b88c9a2
commit 74d5577434
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
if [ "$1" = "release-ready" ] ; then
exit 0
fi
#T7151
if [ "$1" = "misc" ] || [ "$1" = "misc-disabled" ] ; then
exit 0
fi
travis_fold check "make check-TESTS"
if [ "$DISTRO" != "" ] ; then
for tries in 1 2 3 ; do