Skip to content

Commit

Permalink
Fix TopicAutoCreationTest.testPartitionedTopicAutoCreation always fai…
Browse files Browse the repository at this point in the history
…led.
  • Loading branch information
shibd committed Nov 22, 2023
1 parent c98a7c4 commit 62b6715
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ protected void setup() throws Exception {
conf.setAllowAutoTopicCreation(true);
conf.setDefaultNumPartitions(3);
conf.setForceDeleteNamespaceAllowed(true);
conf.setSystemTopicEnabled(true);
conf.setTopicLevelPoliciesEnabled(true);
super.internalSetup();
super.producerBaseSetup();
}
Expand Down

0 comments on commit 62b6715

Please sign in to comment.