Skip to content

Commit 7dae833

Browse files
committed
Disable test
There is a bug on the server side when attaching to a stream using "next" and it seems to affect this test. The test will be re-enabled once the bug is fixed. References #26
1 parent e5b9874 commit 7dae833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
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;
5455
import org.junit.jupiter.api.Test;
5556
import org.junit.jupiter.api.TestInfo;
5657
import org.junit.jupiter.api.extension.ExtendWith;
@@ -331,6 +332,7 @@ void manualTrackingConsumerShouldRestartWhereItLeftOff() throws Exception {
331332

332333
@Test
333334
@DisabledIfRabbitMqCtlNotSet
335+
@Disabled
334336
void consumerShouldReUseInitialOffsetSpecificationAfterDisruptionIfNoMessagesReceived()
335337
throws Exception {
336338
int messageCountFirstWave = 10_000;

0 commit comments

Comments
 (0)