Skip to content

Commit 4099572

Browse files
committed
Skip SSL integration test for C* 4.0 due to Netty 4.1. See RUBY-335.
1 parent 4cc25ba commit 4099572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/security/ssl_encryption_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_can_connect_with_default_ssl
3636
end
3737

3838
def test_raise_error_when_not_using_ssl
39+
skip("Netty changes in 4.0 change the behaviour of this test") if CCM.cassandra_version >= '4.0'
3940
assert_raises(Cassandra::Errors::NoHostsAvailable) do
4041
cluster = Cassandra.cluster
4142
cluster.close

0 commit comments

Comments
 (0)