Adding MetadataServiceTestCase as a failed test
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/33c79f42 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/33c79f42 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/33c79f42 Branch: refs/heads/release-4.1.5 Commit: 33c79f425bcaf94c19a636d33f9f569978c60ced Parents: 642bd6c Author: gayangunarathne <[email protected]> Authored: Wed Dec 2 14:05:35 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Mon Dec 7 10:16:29 2015 +0000 ---------------------------------------------------------------------- .../integration/tests/application/MetadataServiceTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/33c79f42/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java index 5ba3634..2f58695 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/application/MetadataServiceTestCase.java @@ -49,7 +49,7 @@ import static org.testng.AssertJUnit.assertTrue; * Deploy a sample application on mock IaaS and load test metadata service with high load of concurrent read/write * operations from multiple clients */ -@Test(groups = { "application", "metadata" }) +@Test(groups = { "application", "metadata", "failed" }) public class MetadataServiceTestCase extends StratosIntegrationTest { private static final Log log = LogFactory.getLog(MetadataServiceTestCase.class); private static final String RESOURCES_PATH = "/metadata-service-test";
