Revert "Mark test with a bug"

This reverts commit 1b874fbccb.
This commit is contained in:
Alex Mukha
2019-12-14 11:53:50 +00:00
parent 8ebf9567bd
commit cab2699ffc

View File

@@ -187,7 +187,6 @@ public class DeleteSiteMemberFullTests extends RestTest
.entriesListContains("id", usersWithRolesPublicSite.getOneUserWithRole(UserRole.SiteManager).getUsername())); .entriesListContains("id", usersWithRolesPublicSite.getOneUserWithRole(UserRole.SiteManager).getUsername()));
} }
@Bug(id="REPO-4862")
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.REGRESSION }) @Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.REGRESSION })
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE }, executionType = ExecutionType.REGRESSION, description = "Verify site creator can be deleted") @TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE }, executionType = ExecutionType.REGRESSION, description = "Verify site creator can be deleted")
public void siteCreatorCanBeDeleted() throws Exception public void siteCreatorCanBeDeleted() throws Exception