Skip to content

Commit c6168ae

Browse files
committed
Enable test only on RabbitMQ 3.11+
References #158
1 parent 4604b0e commit c6168ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ void exchangeCommandVersions() {
840840
}
841841

842842
@Test
843+
@BrokerVersionAtLeast("3.11.0")
843844
void deliverVersion2LastCommittedOffsetShouldBeSet() throws Exception {
844845
int publishCount = 20_000;
845846
byte correlationId = 42;

0 commit comments

Comments
 (0)