This is an automated email from the ASF dual-hosted git repository.
penghui 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 cfda694 Move ConsumerBatchReceiveTest out of the quarantine test
group (#12992)
cfda694 is described below
commit cfda694ed85761de1f6bcb3644426ba001894684
Author: lipenghui <[email protected]>
AuthorDate: Sat Nov 27 11:00:07 2021 +0800
Move ConsumerBatchReceiveTest out of the quarantine test group (#12992)
---
.../java/org/apache/pulsar/client/api/ConsumerBatchReceiveTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerBatchReceiveTest.java
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerBatchReceiveTest.java
index 5522dd7..28b01b0 100644
---
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerBatchReceiveTest.java
+++
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerBatchReceiveTest.java
@@ -32,7 +32,7 @@ import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.TimeUnit;
-@Test(groups = "quarantine")
+@Test
public class ConsumerBatchReceiveTest extends ProducerConsumerBase {
@BeforeClass(alwaysRun = true)