GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/319
Enable integration tests conditionally in build.
Remove runIntegrationTests property and introduce skipIntegrationTests
property.
If skipIntegrationTests gradle project property is enabled, all tests in
samza-test project will be skipped.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza skip_integration_tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/319.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #319
----
commit 7c5e812ce12bf368e2b9b4ed9083ae39afbe3e30
Author: Shanthoosh Venkataraman <[email protected]>
Date: 2017-10-09T03:29:19Z
Enable integration tests conditionally in build.
Remove runIntegrationTests property and introduce skipIntegrationTests
property.
If skipIntegrationTests property is enabled, all tests in samza-test project
will be skipped.
----
---