Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/55
The problem is that one failing test in `sql-cloudant` causes all remaining
tests to be skipped. Which means this PR can't be tested.
@emlaver -- If you had an actual fix, could you create a PR for which we
can quickly merge? Then this PR could be rebased on that latest code.
If that is not possible, I will have to look into changing the Jenkins
build to run the tests separately from (and after) the compile/package build
and tell Maven to keep running after test failures.
---