Skip to content

Commit 3df0f35

Browse files
committed
GH-1465: Re-enable SuperStreamSACTests
Fixes #1465 Turns out the `latest` image has been cached locally and not really actual We will do respective housekeeping on CI server
1 parent bc01253 commit 3df0f35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import java.util.concurrent.CountDownLatch;
2626
import java.util.concurrent.TimeUnit;
2727

28-
import org.junit.jupiter.api.Disabled;
2928
import org.junit.jupiter.api.Test;
3029

3130
import org.springframework.amqp.core.Declarables;
@@ -56,7 +55,6 @@
5655
*
5756
*/
5857
@SpringJUnitConfig
59-
@Disabled
6058
public class SuperStreamSACTests extends AbstractIntegrationTests {
6159

6260
@Test

0 commit comments

Comments
 (0)