Skip to content

Commit

Permalink
Super Stream is not consumed for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored and artembilan committed Sep 8, 2022
1 parent 02f0386 commit bc01253
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
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;
Expand Down Expand Up @@ -55,6 +56,7 @@
*
*/
@SpringJUnitConfig
@Disabled
public class SuperStreamSACTests extends AbstractIntegrationTests {

@Test
Expand Down

0 comments on commit bc01253

Please sign in to comment.