This is an automated email from the ASF dual-hosted git repository.
japetrsn pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new 3eca9e4 add additional gradle task to allow running test suite
without any tests relying upon health endpoints (#267)
3eca9e4 is described below
commit 3eca9e47c9e0a5993e1c75419ffe4b864846fd71
Author: Adnan Baruni <[email protected]>
AuthorDate: Fri May 11 13:25:43 2018 -0500
add additional gradle task to allow running test suite without any tests
relying upon health endpoints (#267)
---
tests/build.gradle | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/build.gradle b/tests/build.gradle
index 9827e73..2d217ce 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -45,6 +45,13 @@ task testHealth(type: Test) {
include 'system/health/**'
}
+task testNoHealth(type: Test) {
+ configure commonConfiguration
+ exclude 'system/stress/**'
+ exclude 'system/health/**'
+ exclude 'system/packages/MessagingServiceTests.class'
+}
+
dependencies {
compile "org.scala-lang:scala-library:${gradle.scala.version}"
compile 'com.ibm.messagehub:messagehub.login:1.0.0'
--
To stop receiving notification emails like this one, please contact
[email protected].