Skip to content

Commit

Permalink
test: ignore case because bug is still present
Browse files Browse the repository at this point in the history
See: #9946
  • Loading branch information
korthout committed Jul 4, 2023
1 parent 8e3a47e commit 1965e61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public void shouldRejectDeploymentWithInvalidTimerStartEventExpression() {
""");
}

@Ignore("8.0 Does not have a fix for https://github.com/camunda/zeebe/issues/9946")
@Test
public void shouldRejectDeploymentIfResourceIsTooLarge() {
// when
Expand Down

0 comments on commit 1965e61

Please sign in to comment.