mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
REPO-3766 Disable test for MM
This commit is contained in:
@@ -74,12 +74,13 @@ public class DiscoveryTests extends RestTest
|
||||
assertTrue(modules.contains("alfresco-share-services"));
|
||||
assertTrue(modules.contains("alfresco-saml-repo"));
|
||||
assertTrue(modules.contains("org_alfresco_device_sync_repo"));
|
||||
assertTrue(modules.contains("org_alfresco_mm_repo"));
|
||||
// The MM does not support new RenditionService2
|
||||
// assertTrue(modules.contains("org_alfresco_mm_repo"));
|
||||
assertTrue(modules.contains("org.alfresco.module.TransformationServer"));
|
||||
|
||||
// Check that all installed modules are in INSTALLED state
|
||||
List<String> modulesStates = restClient.onResponse().getResponse().jsonPath().getList("entry.repository.modules.installState", String.class);
|
||||
assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 11);
|
||||
assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 10);
|
||||
}
|
||||
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.DISCOVERY, TestGroup.SANITY, TestGroup.CORE })
|
||||
|
||||
Reference in New Issue
Block a user