Skip to content

Commit 58bc257

Browse files
style95style95
authored andcommitted
Include test cases for duration checker to system tests.
1 parent 09c91ec commit 58bc257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def systemIncludes = [
5353
"org/apache/openwhisk/core/apigw/actions/test/**",
5454
"org/apache/openwhisk/core/database/test/*CacheConcurrencyTests*",
5555
"org/apache/openwhisk/core/controller/test/*ControllerApiTests*",
56+
"org/apache/openwhisk/core/scheduler/queue/test/ElasticSearchDurationCheck*",
5657
"apigw/healthtests/**",
5758
"ha/**",
5859
"services/**",
@@ -71,6 +72,7 @@ ext.testSets = [
7172
"org/apache/openwhisk/standalone/**",
7273
"org/apache/openwhisk/core/cli/test/**",
7374
"org/apache/openwhisk/core/limits/**",
75+
"org/apache/openwhisk/core/scheduler/queue/test/ElasticSearchDurationCheck*",
7476
"**/*CacheConcurrencyTests*",
7577
"**/*ControllerApiTests*",
7678
"org/apache/openwhisk/testEntities/**",

0 commit comments

Comments
 (0)