Skip to content

Commit

Permalink
Disable flaky ReactivePulsarListenerTombstoneTests
Browse files Browse the repository at this point in the history
See #561
  • Loading branch information
onobc committed May 7, 2024
1 parent e7f31ae commit 118f7be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.apache.pulsar.client.api.Schema;
import org.apache.pulsar.common.schema.SchemaType;
import org.apache.pulsar.reactive.client.api.MessageResult;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;

Expand Down Expand Up @@ -237,6 +238,7 @@ class SingleComplexPayload {
static List<ReceivedMessage<Foo>> receivedMessagesWithoutHeaders = new ArrayList<>();

@Test
@Disabled("Flaky -> see https://github.com/spring-projects/spring-pulsar/issues/561")
void shouldReceiveMessagesWithTombstone() throws Exception {
var pulsarProducerFactory = new DefaultPulsarProducerFactory<Foo>(pulsarClient);
var fooPulsarTemplate = new PulsarTemplate<>(pulsarProducerFactory);
Expand Down

0 comments on commit 118f7be

Please sign in to comment.