mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2543 Disable SetupTest.testModelFinanceCanBeUsed
This commit is contained in:
+2
-1
@@ -96,7 +96,8 @@ public class SetupTest extends AbstractE2EFunctionalTest
|
||||
}
|
||||
|
||||
// Test Custom Model: Finance can be used
|
||||
@Test(priority = 3)
|
||||
@Test(priority = 3, enabled = false)
|
||||
// https://issues.alfresco.com/jira/browse/SEARCH-2543
|
||||
public void testModelFinanceCanBeUsed() throws Exception
|
||||
{
|
||||
// Create document of custom type
|
||||
|
||||
Reference in New Issue
Block a user