stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=74d557743458122a4046d25274a5d40cfedc9fea

commit 74d557743458122a4046d25274a5d40cfedc9fea
Author: Mike Blumenkrantz <[email protected]>
Date:   Sat Jul 14 00:46:58 2018 -0400

    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
---
 .ci/ci-make-check.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh
index a069ad92de..38e00c1ac6 100755
--- a/.ci/ci-make-check.sh
+++ b/.ci/ci-make-check.sh
@@ -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

-- 


Reply via email to