Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6494e4

Browse files
committedJul 26, 2022
Enable test only on RabbitMQ 3.11+
References #158
1 parent f4736e2 commit c6494e4

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)
Please sign in to comment.