You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/11 22:01:44 UTC

[GitHub] dgrove-oss closed pull request #4170: disable broken swaggerCodegen tests

dgrove-oss closed pull request #4170: disable broken swaggerCodegen tests
URL: https://github.com/apache/incubator-openwhisk/pull/4170
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/travis/runTests.sh b/tools/travis/runTests.sh
index 5d5b6d7f35..82b9db63b6 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"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services