This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch revert-802-793-reenable-e2e-tests
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cf253655b6c0321f4533056f00e92b54d7abd29a
Author: Luca Burgazzoli <lburgazz...@users.noreply.github.com>
AuthorDate: Thu Jul 4 09:44:03 2019 +0200

    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 062de4b..927e141 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

Reply via email to