Description
Currently malhar contrib has skipTests=true which makes none of the tests to run in travis build. But there are tests which do not need external setup to run the test.
Hence,instead of skipTests=true, we could use includes/excludes/test parameters and whilelist the tests which are not dependent on external system and make them run.