Skip to content

Commit 3bb81fa

Browse files
committed
test CI
1 parent 0390ecf commit 3bb81fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ public Object[][] partitionedTopicProvider() {
152152
return new Object[][] { { Boolean.TRUE }, { Boolean.FALSE } };
153153
}
154154

155-
@Test
156-
public void testConfigChange() throws Exception {
155+
//@Test
156+
private void testConfigChange() throws Exception {
157157
log.info("--- Starting ReplicatorTest::testConfigChange ---");
158158
// This test is to verify that the config change on global namespace is successfully applied in broker during
159159
// runtime.

0 commit comments

Comments
 (0)