Skip to content

Commit

Permalink
COAR NotifyService IT failures: remove ignore annotation to the guilt…
Browse files Browse the repository at this point in the history
…y test methods!
  • Loading branch information
frabacche committed Apr 18, 2024
1 parent 450dde5 commit 2a46888
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,7 @@ public void NotifyServiceInboundPatternConstraintReplaceOperationBadRequestTest(
.andExpect(status().isBadRequest());
}

// Temporarily disable. See: https://github.com/DSpace/DSpace/issues/9457
@Ignore

@Test
public void NotifyServiceInboundPatternConstraintRemoveOperationTest() throws Exception {

Expand Down Expand Up @@ -1332,8 +1331,6 @@ public void NotifyServiceInboundPatternConstraintRemoveOperationTest() throws Ex
)));
}

// Temporarily disable. See: https://github.com/DSpace/DSpace/issues/9457
@Ignore
@Test
public void NotifyServiceInboundPatternConstraintRemoveOperationBadRequestTest() throws Exception {

Expand Down

0 comments on commit 2a46888

Please sign in to comment.