From 1cb537e0d8d0279b2ee84083b856483bae161520 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 7 Oct 2021 17:53:49 +0200 Subject: [PATCH] Disable intermitentely failing test --- .../cloud/stream/binder/rabbit/RabbitBinderTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java b/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java index 8ec092827..917e46a23 100644 --- a/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java +++ b/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java @@ -44,6 +44,7 @@ import com.rabbitmq.http.client.domain.BindingInfo; import com.rabbitmq.http.client.domain.ExchangeInfo; import com.rabbitmq.http.client.domain.QueueInfo; import org.apache.commons.logging.Log; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.extension.RegisterExtension; @@ -1191,6 +1192,7 @@ public class RabbitBinderTests extends } @Test + @Disabled public void testAutoBindDLQPartitionedConsumerFirstWithRepublishNoRetry(TestInfo testInfo) throws Exception { testAutoBindDLQPartionedConsumerFirstWithRepublishGuts(false, testInfo);