summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-14 00:46:58 -0400
committerStefan Schmidt <s.schmidt@samsung.com>2018-07-26 08:55:59 +0200
commit74d557743458122a4046d25274a5d40cfedc9fea (patch)
tree80c342af268221296363e1bc7bb54efb9ef25f53
parent9b6b88c9a237023c3f47b8638e22bf7b21556b71 (diff)
downloadefl-74d557743458122a4046d25274a5d40cfedc9fea.tar.gz
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
-rwxr-xr-x.ci/ci-make-check.sh6
1 files changed, 6 insertions, 0 deletions
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