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

lhotari 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 6a9423156f3 [improve][ci] Disable test that causes OOME until the 
problem has been resolved (#22586)
6a9423156f3 is described below

commit 6a9423156f35fe1c2fedab94028f337276f5e7a3
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 25 18:38:31 2024 +0300

    [improve][ci] Disable test that causes OOME until the problem has been 
resolved (#22586)
---
 .../org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java
index 4cc3a9ada7d..8aeb902211d 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java
@@ -757,7 +757,8 @@ public class ReplicatorSubscriptionTest extends 
ReplicatorTestBase {
      *          similar to step 1.
      *  </p>
      */
-    @Test(dataProvider = "isTopicPolicyEnabled")
+    // TODO: this test causes OOME in the CI, need to investigate
+    @Test(dataProvider = "isTopicPolicyEnabled", enabled = false)
     public void testWriteMarkerTaskOfReplicateSubscriptions(boolean 
isTopicPolicyEnabled) throws Exception {
         // 1. Prepare resource and use proper configuration.
         String namespace = 
BrokerTestUtil.newUniqueName("pulsar/testReplicateSubBackLog");

Reply via email to