We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SuperStreamSACTests
1 parent bc01253 commit 3df0f35Copy full SHA for 3df0f35
1 file changed
spring-rabbit-stream/src/test/java/org/springframework/rabbit/stream/listener/SuperStreamSACTests.java
@@ -25,7 +25,6 @@
25
import java.util.concurrent.CountDownLatch;
26
import java.util.concurrent.TimeUnit;
27
28
-import org.junit.jupiter.api.Disabled;
29
import org.junit.jupiter.api.Test;
30
31
import org.springframework.amqp.core.Declarables;
@@ -56,7 +55,6 @@
56
55
*
57
*/
58
@SpringJUnitConfig
59
-@Disabled
60
public class SuperStreamSACTests extends AbstractIntegrationTests {
61
62
@Test
0 commit comments