Skip to content

Commit

Permalink
[fix][test] Disable invalid test BrokerServiceTest#testBrokerStatsTop…
Browse files Browse the repository at this point in the history
…icLoadFailed (apache#20494)
  • Loading branch information
lhotari authored Jun 5, 2023
1 parent 7e6ca31 commit 90f9651
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,8 @@ public void testDynamicConfigurationsForceDeleteTenantAllowed() throws Exception
}


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

Expand Down

0 comments on commit 90f9651

Please sign in to comment.