You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cb...@apache.org on 2018/02/28 11:54:16 UTC

[incubator-openwhisk] branch master updated: Narrow exclude to run needed tests. (#3367)

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

cbickel 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 e202c1f  Narrow exclude to run needed tests. (#3367)
e202c1f is described below

commit e202c1f66cf8edf9ce925152fe9f2e162b8b7a53
Author: Markus Thömmes <ma...@me.com>
AuthorDate: Wed Feb 28 12:54:13 2018 +0100

    Narrow exclude to run needed tests. (#3367)
    
    Some of our important tests do **not** run today because the exclude of "*Cli*" also covers "Client" tests, which is not suspected.
---
 tests/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index e31f3ff..9d68ed2 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -27,7 +27,7 @@ task testLean(type: Test) {
     exclude '**/*ThrottleTests*'
     exclude '**/MaxActionDurationTests*'
     exclude '**/*ApiGwTests*'
-    exclude '**/*Cli*'
+    exclude '**/*WskCli*'
 }
 
 task testLeanCli(type: Test) {

-- 
To stop receiving notification emails like this one, please contact
cbickel@apache.org.