Skip to content

Commit

Permalink
tests: disable sendBatchWithCompetingConsumersOnQueue (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Apr 9, 2024
1 parent cfda137 commit 4aee20c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import org.apache.pulsar.common.policies.data.PersistentTopicInternalStats;
import org.apache.pulsar.common.policies.data.TopicStats;
import org.apache.pulsar.common.util.FutureUtil;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.Timeout;
Expand Down Expand Up @@ -484,6 +485,7 @@ public void onException(Message message, Exception e) {
// This test may take long time, because it depends on how the broker
// chooses the Consumer to try to dispatch the messages.
@Test
@Disabled()
@Timeout(value = 10, unit = TimeUnit.MINUTES)
public void sendBatchWithCompetingConsumersOnQueue() throws Exception {
Map<String, Object> properties = buildProperties();
Expand Down

0 comments on commit 4aee20c

Please sign in to comment.