Skip to content

Commit

Permalink
GH-1465: Re-enable SuperStreamSACTests
Browse files Browse the repository at this point in the history
Fixes #1465

Turns out the `latest` image has been cached locally and not really actual

We will do respective housekeeping on CI server
  • Loading branch information
artembilan committed Sep 8, 2022
1 parent bc01253 commit 3df0f35
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -25,7 +25,6 @@
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 @@ -56,7 +55,6 @@
*
*/
@SpringJUnitConfig
@Disabled
public class SuperStreamSACTests extends AbstractIntegrationTests {

@Test
Expand Down

0 comments on commit 3df0f35

Please sign in to comment.