From cf253655b6c0321f4533056f00e92b54d7abd29a Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Thu, 4 Jul 2019 09:44:03 +0200 Subject: [PATCH] Revert "chore: Re-enable e2e tests" This reverts commit 91e8305521d235a2d09782d6d775f0fd99af042d. --- script/travis_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/travis_build.sh b/script/travis_build.sh index 062de4bc76..927e141d5c 100755 --- a/script/travis_build.sh +++ b/script/travis_build.sh @@ -83,5 +83,8 @@ echo "installing camel k cluster resources" oc login -u developer # Then run integration tests -make test-integration +# TODO: disabled as they are constantly failing on travis +# make test-integration +# Run unit tests +make test