Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 9c051e45e -> 716938aa6
Commenting out GroupTerminationBehaviorTest integration test; tracked in STRATOS-1542 Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/716938aa Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/716938aa Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/716938aa Branch: refs/heads/stratos-4.1.x Commit: 716938aa6dcbf0857893f9787f2c35d7ddda5824 Parents: 9c051e4 Author: Akila Perera <[email protected]> Authored: Wed Sep 2 15:39:33 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Wed Sep 2 15:39:33 2015 +0530 ---------------------------------------------------------------------- .../modules/integration/src/test/resources/stratos-testing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/716938aa/products/stratos/modules/integration/src/test/resources/stratos-testing.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/src/test/resources/stratos-testing.xml b/products/stratos/modules/integration/src/test/resources/stratos-testing.xml index 2e0d2a8..e1c3d95 100644 --- a/products/stratos/modules/integration/src/test/resources/stratos-testing.xml +++ b/products/stratos/modules/integration/src/test/resources/stratos-testing.xml @@ -86,9 +86,9 @@ <class name="org.apache.stratos.integration.tests.application.GroupStartupOrderTest"/> </classes> </test> - <test name="GroupTerminationBehaviorTest"> + <!--test name="GroupTerminationBehaviorTest"> <classes> <class name="org.apache.stratos.integration.tests.application.GroupTerminationBehaviorTest"/> </classes> - </test> + </test--> </suite> \ No newline at end of file
