Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed May 19, 2022
1 parent a676231 commit 96f4117
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public class ManagedCursorMetricsTest extends MockedPulsarServiceBaseTest {
@BeforeMethod(alwaysRun = true)
@Override
protected void setup() throws Exception {
conf.setTopicLevelPoliciesEnabled(false);
conf.setSystemTopicEnabled(false);
super.internalSetup();
}

Expand Down

0 comments on commit 96f4117

Please sign in to comment.