Skip to content

Commit

Permalink
test: ignore case for unfixed bug
Browse files Browse the repository at this point in the history
See: #9946
  • Loading branch information
korthout authored and oleschoenburg committed Jul 14, 2023
1 parent 5bdb4aa commit 29b1cb5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -20,6 +20,7 @@
import io.camunda.zeebe.test.util.BrokerClassRuleHelper;
import io.camunda.zeebe.util.ByteValue;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.RuleChain;
Expand Down Expand Up @@ -134,6 +135,7 @@ public void shouldRejectDeployIfProcessIsInvalid() {
.hasMessageContaining("Must have exactly one 'zeebe:taskDefinition' extension element");
}

@Ignore("Bug not fixed on 8.0 https://github.com/camunda/zeebe/issues/9946")
@Test
public void shouldRejectDeployIfResourceIsTooLarge() {
// when
Expand Down

0 comments on commit 29b1cb5

Please sign in to comment.