This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new cbe94af7c0d [ci] Move back DispatcherBlockConsumerTest to flaky suite 
(#17510)
cbe94af7c0d is described below

commit cbe94af7c0de33d54ec37a4eb3a308477333cf83
Author: Nicolò Boschi <[email protected]>
AuthorDate: Thu Sep 8 04:31:52 2022 +0200

    [ci] Move back DispatcherBlockConsumerTest to flaky suite (#17510)
---
 .../java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
index 7696afdeb28..97dd7760519 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
@@ -65,7 +65,7 @@ import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 import org.testng.collections.Lists;
 
-@Test(groups = "broker")
+@Test(groups = "flaky")
 public class DispatcherBlockConsumerTest extends ProducerConsumerBase {
     private static final Logger log = 
LoggerFactory.getLogger(DispatcherBlockConsumerTest.class);
 

Reply via email to