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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 38bfc4b  disable broken swaggerCodegen test (#4170)
38bfc4b is described below

commit 38bfc4b0d498ff6e9e97652c4fe0932114b7f72d
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Tue Dec 11 17:01:42 2018 -0500

    disable broken swaggerCodegen test (#4170)
---
 tools/travis/runTests.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/travis/runTests.sh b/tools/travis/runTests.sh
index 5d5b6d7..82b9db6 100755
--- a/tools/travis/runTests.sh
+++ b/tools/travis/runTests.sh
@@ -26,7 +26,9 @@ ROOTDIR="$SCRIPTDIR/../.."
 
 cd $ROOTDIR
 cat whisk.properties
-TERM=dumb ./gradlew :tests:testCoverageLean :tests:reportCoverage 
:tests:testSwaggerCodegen
+TERM=dumb ./gradlew :tests:testCoverageLean :tests:reportCoverage
+# disabled test until 
https://github.com/apache/incubator-openwhisk/issues/4169 is resolved
+TERM=dumb ./gradlew :tests:testCoverageLean :tests:reportCoverage # 
:tests:testSwaggerCodegen
 
 bash <(curl -s https://codecov.io/bash)
 echo "Time taken for ${0##*/} is $SECONDS secs"

Reply via email to