We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc25ba commit 4099572Copy full SHA for 4099572
integration/security/ssl_encryption_test.rb
@@ -36,6 +36,7 @@ def test_can_connect_with_default_ssl
36
end
37
38
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'
40
assert_raises(Cassandra::Errors::NoHostsAvailable) do
41
cluster = Cassandra.cluster
42
cluster.close
0 commit comments