Skip to content

Commit 2ff7764

Browse files
k0machifruch
authored andcommitted
datastax: Ignore V5 protocol tests on 4.18.0
As Scylla does not support protocol version 5 for java-driver those tests should be skipped.
1 parent 711bb33 commit 2ff7764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

versions/datastax/4.18.0/ignore.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,6 @@ tests:
141141
# Can't use nowInSeconds with protocol V4
142142
- NowInSecondsIT
143143

144+
# V5 protocol checks are not supported in scylla
145+
- ProtocolVersionInitialNegotiationIT#should_not_downgrade_if_server_supports_latest_version
146+
- ProtocolVersionInitialNegotiationIT#should_use_explicitly_provided_v5

0 commit comments

Comments
 (0)