Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Sep 6, 2023
2 parents 9113d36 + ad77934 commit 26bd8ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,11 @@ public void test119MancombDelete() throws Exception {

/**
* Kate has a name. But no OID.
*
* Since 4.8, this test is disabled, because now each new object has a pre-generated OID.
* TODO We have to decide if we want to keep this feature or not. If yes, the checks can be improved to deal with this.
*/
@Test
@Test(enabled = false)
public void test120AddKateWithRoleClient() throws Exception {
Task task = getTestTask();
OperationResult result = task.getResult();
Expand Down

0 comments on commit 26bd8ee

Please sign in to comment.