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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user