Remove test suite group inclusion, thereby allow all integration tests cases to run in a build.
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/50169447 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/50169447 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/50169447 Branch: refs/heads/master Commit: 50169447696212aa6191b4b2463c68a05bca44b8 Parents: 9f33602 Author: Akila Perera <[email protected]> Authored: Fri Jun 17 13:14:00 2016 +0530 Committer: Akila Perera <[email protected]> Committed: Fri Jun 17 13:14:00 2016 +0530 ---------------------------------------------------------------------- .../test-integration/src/test/resources/test-suite-all.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/50169447/products/stratos/modules/integration/test-integration/src/test/resources/test-suite-all.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/resources/test-suite-all.xml b/products/stratos/modules/integration/test-integration/src/test/resources/test-suite-all.xml index ae1e6bf..5a73f7c 100644 --- a/products/stratos/modules/integration/test-integration/src/test/resources/test-suite-all.xml +++ b/products/stratos/modules/integration/test-integration/src/test/resources/test-suite-all.xml @@ -34,7 +34,6 @@ <run> <exclude name="failed"/> <exclude name="disabled"/> - <include name="policies"/> </run> </groups>
