Github user karol-brejna-i commented on the issue:
https://github.com/apache/incubator-gearpump/pull/241
Two unrelated test fail:
```
[info] *** 2 TESTS FAILED ***
[error] Failed: Total 35, Failed 2, Errors 0, Passed 33
[error] Failed tests:
[error]
org.apache.gearpump.services.security.oauth2.GoogleOAuth2AuthenticatorSpec
[error]
org.apache.gearpump.services.security.oauth2.CloudFoundryUAAOAuth2AuthenticatorSpec
```
One additional test fail:
```
[info] *** 1 TEST FAILED ***
[error] Failed: Total 88, Failed 1, Errors 0, Passed 87
[error] Failed tests:
[error] org.apache.gearpump.cluster.main.MainSpec
```
---