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

rabbah 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 39ad48e  Re-enable Swagger tests. (#4261)
39ad48e is described below

commit 39ad48eadc11227c4be05a1b6d94ad4ae0667b08
Author: rodric rabbah <[email protected]>
AuthorDate: Sat Feb 9 08:56:24 2019 -0500

    Re-enable Swagger tests. (#4261)
---
 tools/travis/runTests.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tools/travis/runTests.sh b/tools/travis/runTests.sh
index 5aafe47..e2a7f7a 100755
--- a/tools/travis/runTests.sh
+++ b/tools/travis/runTests.sh
@@ -26,9 +26,7 @@ ROOTDIR="$SCRIPTDIR/../.."
 
 cd $ROOTDIR
 cat whisk.properties
-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
+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