Skip to content

Commit

Permalink
[fix][flaky-test] Fix PersistentTopicStreamingDispatcherTest (#16801)
Browse files Browse the repository at this point in the history
(cherry picked from commit bdd8779)
  • Loading branch information
nodece authored and congbobo184 committed Nov 8, 2022
1 parent 97331f2 commit a38183d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Test(groups = "broker")
public class PersistentTopicStreamingDispatcherTest extends PersistentTopicTest {

@BeforeMethod
@BeforeMethod(alwaysRun = true)
public void setup() throws Exception {
super.setup();
pulsar.getConfiguration().setStreamingDispatch(true);
Expand Down

0 comments on commit a38183d

Please sign in to comment.