Skip to content

Commit 118f7be

Browse files
committed
Disable flaky ReactivePulsarListenerTombstoneTests
See #561
1 parent e7f31ae commit 118f7be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: spring-pulsar-reactive/src/test/java/org/springframework/pulsar/reactive/listener/ReactivePulsarListenerTombstoneTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.apache.pulsar.client.api.Schema;
3030
import org.apache.pulsar.common.schema.SchemaType;
3131
import org.apache.pulsar.reactive.client.api.MessageResult;
32+
import org.junit.jupiter.api.Disabled;
3233
import org.junit.jupiter.api.Nested;
3334
import org.junit.jupiter.api.Test;
3435

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

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

0 commit comments

Comments
 (0)