You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2018/08/02 09:56:23 UTC

[incubator-openwhisk] branch master updated: Run 'limits' tests in travis. (#3933)

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

chetanm 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 2cfdbaf  Run 'limits' tests in travis. (#3933)
2cfdbaf is described below

commit 2cfdbaffb88510041372f7acd5b328187d0671b7
Author: Markus Thömmes <ma...@me.com>
AuthorDate: Thu Aug 2 11:56:20 2018 +0200

    Run 'limits' tests in travis. (#3933)
    
    Run 'limits' tests in travis.
---
 tests/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index e82c59d..eae7249 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -44,14 +44,12 @@ tasks.withType(Test) {
 }
 
 def leanExcludes = [
-    '**/*ThrottleTests*',
     '**/MaxActionDurationTests*',
 ]
 
 ext.testSets = [
     "REQUIRE_ONLY_DB" : [
         "includes" : [
-            "ha/**",
             "whisk/**"
         ],
         "excludes" : [
@@ -66,6 +64,8 @@ ext.testSets = [
     "REQUIRE_SYSTEM" : [
         "includes" : [
             "apigw/healthtests/**",
+            "ha/**",
+            "limits/**",
             "services/**",
             "system/basic/**",
             "system/rest/**",