Super Stream is not consumed for some reason

This commit is contained in:
Gary Russell
2022-08-09 15:44:58 -04:00
committed by Artem Bilan
parent 02f03863b3
commit bc01253053

View File

@@ -25,6 +25,7 @@ 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;
@@ -55,6 +56,7 @@ import com.rabbitmq.stream.OffsetSpecification;
*
*/
@SpringJUnitConfig
@Disabled
public class SuperStreamSACTests extends AbstractIntegrationTests {
@Test