Skip to content

Commit 90f9651

Browse files
authored
[fix][test] Disable invalid test BrokerServiceTest#testBrokerStatsTopicLoadFailed (#20494)
1 parent 7e6ca31 commit 90f9651

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,8 @@ public void testDynamicConfigurationsForceDeleteTenantAllowed() throws Exception
15171517
}
15181518

15191519

1520-
@Test
1520+
// this test is disabled since it is flaky
1521+
@Test(enabled = false)
15211522
public void testBrokerStatsTopicLoadFailed() throws Exception {
15221523
admin.namespaces().createNamespace("prop/ns-test");
15231524

0 commit comments

Comments
 (0)