diff --git a/tests/kafkatest/tests/streams/streams_named_repartition_topic_test.py b/tests/kafkatest/tests/streams/streams_named_repartition_topic_test.py index 1fcdd5fbe11..ce270d303a6 100644 --- a/tests/kafkatest/tests/streams/streams_named_repartition_topic_test.py +++ b/tests/kafkatest/tests/streams/streams_named_repartition_topic_test.py @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +from ducktape.mark.resource import cluster from ducktape.tests.test import Test from kafkatest.services.kafka import KafkaService from kafkatest.services.streams import StreamsNamedRepartitionTopicService @@ -50,6 +51,7 @@ class StreamsNamedRepartitionTopicTest(Test): throughput=1000, acks=1) + @cluster(num_nodes=8) def test_upgrade_topology_with_named_repartition_topic(self): self.zookeeper.start() self.kafka.start()