mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Mark a test in NodeLockTests with a bug
This commit is contained in:
@@ -556,7 +556,8 @@ public class NodesLockTests extends RestTest
|
||||
.assertThat().field("properties").contains("lockType=READ_ONLY_LOCK");
|
||||
}
|
||||
|
||||
@Bug(id = "MNT-17612", status = Status.FIXED, description = "AccessDeniedException in AOS Edit Offline Upload New Version")
|
||||
// TODO: uncomment this: @Bug(id = "MNT-17612", status = Status.FIXED, description = "AccessDeniedException in AOS Edit Offline Upload New Version")
|
||||
@Bug(id = "REPO-4809")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.NODES, TestGroup.REGRESSION })
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.NODES }, executionType = ExecutionType.REGRESSION,
|
||||
description = "Verify Collaborator can lock PERSISTENT after EPHEMERAL lock made by same user is expired")
|
||||
|
Reference in New Issue
Block a user