Skip to content

Commit

Permalink
Merge pull request #2246 from ozangunalp/disable_failing_test
Browse files Browse the repository at this point in the history
Disable Pulsar Transactions ExactlyOnceProcessing test
  • Loading branch information
ozangunalp authored Aug 3, 2023
2 parents 413d20d + 4f6c069 commit 1cd16c3
Showing 1 changed file with 2 additions and 0 deletions.
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.Tag;
import org.junit.jupiter.api.Test;

Expand Down Expand Up @@ -104,6 +105,7 @@ Uni<Void> process(PulsarIncomingBatchMessage<Integer> batch) {
*/
@Test
@Tag(TestTags.FLAKY)
@Disabled
void testExactlyOnceProcessorWithProcessingError() throws PulsarAdminException, PulsarClientException {
addBeans(ConsumerConfig.class);
this.inTopic = UUID.randomUUID().toString();
Expand Down

0 comments on commit 1cd16c3

Please sign in to comment.