REPO-2755 / REPO-2251: commented MNT-16904 bug for not network tests

This commit is contained in:
cagache
2017-10-10 17:47:04 +03:00
parent d24494361d
commit b36105c95d
10 changed files with 10 additions and 10 deletions
@@ -62,7 +62,7 @@ public class UpdateCommentTests extends RestTest
@TestRail(section = { TestGroup.REST_API, TestGroup.COMMENTS }, executionType = ExecutionType.SANITY, description = "Verify unauthenticated user gets status code 401 on update comment call")
@Test(groups = { TestGroup.REST_API, TestGroup.COMMENTS, TestGroup.SANITY })
@Bug(id = "MNT-16904", description = "fails only on environment with tenants")
// @Bug(id = "MNT-16904", description = "fails only on environment with tenants")
public void unauthenticatedUserIsNotAbleToUpdateComment() throws Exception
{
restClient.authenticateUser(adminUserModel);