Skip to content

Commit 6f93e65

Browse files
committed
We also had a Cucumber feature which was testing SSL connection; fixed in this commit. See RUBY-335.
1 parent 4099572 commit 6f93e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/security/ssl_encryption.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Feature: SSL encryption
4343
connection successful
4444
"""
4545

46+
# This test doesn't apply for C* 4.0; see RUBY-335 for details
47+
@cassandra-version-specific @cassandra-version-less-4.0
4648
Scenario: Connection fails when not using SSL encryption
4749
Given a running cassandra cluster with SSL encryption enabled
4850
And the following example:

0 commit comments

Comments
 (0)