Skip to content

Commit 6a94231

Browse files
authored
[improve][ci] Disable test that causes OOME until the problem has been resolved (#22586)
1 parent 997c8b9 commit 6a94231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ private Object[][] isTopicPolicyEnabled() {
757757
* similar to step 1.
758758
* </p>
759759
*/
760-
@Test(dataProvider = "isTopicPolicyEnabled")
760+
// TODO: this test causes OOME in the CI, need to investigate
761+
@Test(dataProvider = "isTopicPolicyEnabled", enabled = false)
761762
public void testWriteMarkerTaskOfReplicateSubscriptions(boolean isTopicPolicyEnabled) throws Exception {
762763
// 1. Prepare resource and use proper configuration.
763764
String namespace = BrokerTestUtil.newUniqueName("pulsar/testReplicateSubBackLog");

0 commit comments

Comments
 (0)