Skip to content

Commit 6400d49

Browse files
committed
Re-enable test
rabbitmq/osiris#50 should fix the "next" offset problem. References #26
1 parent 101b906 commit 6400d49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/rabbitmq/stream/impl/StreamConsumerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import java.util.stream.Stream;
5252
import org.junit.jupiter.api.AfterEach;
5353
import org.junit.jupiter.api.BeforeEach;
54-
import org.junit.jupiter.api.Disabled;
5554
import org.junit.jupiter.api.Test;
5655
import org.junit.jupiter.api.TestInfo;
5756
import org.junit.jupiter.api.extension.ExtendWith;
@@ -332,7 +331,6 @@ void manualTrackingConsumerShouldRestartWhereItLeftOff() throws Exception {
332331

333332
@Test
334333
@DisabledIfRabbitMqCtlNotSet
335-
@Disabled
336334
void consumerShouldReUseInitialOffsetSpecificationAfterDisruptionIfNoMessagesReceived()
337335
throws Exception {
338336
int messageCountFirstWave = 10_000;

0 commit comments

Comments
 (0)