Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Oct 6, 2023
1 parent f2f7ada commit 990b6c1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
@Test(groups = "broker-admin")
public class TopicPoliciesWithBrokerRestartTest extends MockedPulsarServiceBaseTest {


@Override
protected void doInitConf() throws Exception {
super.doInitConf();
conf.setSystemTopicEnabled(true);
conf.setTopicLevelPoliciesEnabled(true);
}

@Override
@BeforeClass(alwaysRun = true)
protected void setup() throws Exception {
Expand Down

0 comments on commit 990b6c1

Please sign in to comment.