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
This commit is contained in:
Artem Bilan
2022-09-08 12:47:32 -04:00
parent bc01253053
commit 3df0f35597

View File

@@ -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