Mark a test in NodeLockTests with a bug

This commit is contained in:
Alex Mukha
2019-11-27 13:26:55 +00:00
parent 9de2cdb44a
commit 07f98017f1

View File

@@ -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")