We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0390ecf commit 3bb81faCopy full SHA for 3bb81fa
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
@@ -152,8 +152,8 @@ public Object[][] partitionedTopicProvider() {
152
return new Object[][] { { Boolean.TRUE }, { Boolean.FALSE } };
153
}
154
155
- @Test
156
- public void testConfigChange() throws Exception {
+ //@Test
+ private void testConfigChange() throws Exception {
157
log.info("--- Starting ReplicatorTest::testConfigChange ---");
158
// This test is to verify that the config change on global namespace is successfully applied in broker during
159
// runtime.
0 commit comments