From 3df0f35597c14cad2d84a9d95ce2eef4d84e91fe Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Sep 2022 12:47:32 -0400 Subject: [PATCH] GH-1465: Re-enable `SuperStreamSACTests` Fixes https://github.com/spring-projects/spring-amqp/issues/1465 Turns out the `latest` image has been cached locally and not really actual We will do respective housekeeping on CI server --- .../rabbit/stream/listener/SuperStreamSACTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java b/spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java index 7e30cf97..e9d3a28c 100644 --- a/spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java +++ b/spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java @@ -25,7 +25,6 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.springframework.amqp.core.Declarables; @@ -56,7 +55,6 @@ import com.rabbitmq.stream.OffsetSpecification; * */ @SpringJUnitConfig -@Disabled public class SuperStreamSACTests extends AbstractIntegrationTests { @Test