We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6ca31 commit 90f9651Copy full SHA for 90f9651
1 file changed
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceTest.java
@@ -1517,7 +1517,8 @@ public void testDynamicConfigurationsForceDeleteTenantAllowed() throws Exception
1517
}
1518
1519
1520
- @Test
+ // this test is disabled since it is flaky
1521
+ @Test(enabled = false)
1522
public void testBrokerStatsTopicLoadFailed() throws Exception {
1523
admin.namespaces().createNamespace("prop/ns-test");
1524
0 commit comments