Skip to content

Commit

Permalink
Disable pulsar exactly-once test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Dec 4, 2024
1 parent e142a27 commit c8d6c89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.eclipse.microprofile.reactive.messaging.Channel;
import org.eclipse.microprofile.reactive.messaging.Incoming;
import org.eclipse.microprofile.reactive.messaging.OnOverflow;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.smallrye.common.annotation.Identifier;
Expand Down Expand Up @@ -100,7 +101,7 @@ Uni<Void> process(PulsarIncomingBatchMessage<Integer> batch) {
*
* There are still duplicate items delivered to the consumer batch after an transaction abort.
*/
@Test
@Disabled
void testExactlyOnceProcessorWithProcessingError() throws PulsarAdminException, PulsarClientException {
addBeans(ConsumerConfig.class);
this.inTopic = UUID.randomUUID().toString();
Expand Down

0 comments on commit c8d6c89

Please sign in to comment.