Skip to content

Commit

Permalink
Disable the test for "OID bound" feature
Browse files Browse the repository at this point in the history
It no longer works after OIDs are pre-generated, see
8aa73f9.

The feature is questionable/deprecated. Should we improve or discard it?
  • Loading branch information
mederly committed Sep 6, 2023
1 parent 79ba2c7 commit ad77934
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 ad77934

Please sign in to comment.