diff --git a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/client/command/CreateDeploymentTest.java b/qa/integration-tests/src/test/java/io/camunda/zeebe/it/client/command/CreateDeploymentTest.java index db2508c2ed95..20518e3ba956 100644 --- a/qa/integration-tests/src/test/java/io/camunda/zeebe/it/client/command/CreateDeploymentTest.java +++ b/qa/integration-tests/src/test/java/io/camunda/zeebe/it/client/command/CreateDeploymentTest.java @@ -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; @@ -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