File tree Expand file tree Collapse file tree
driver-core/src/test/java/com/datastax/driver/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242import com .datastax .driver .core .exceptions .NoHostAvailableException ;
4343import com .datastax .driver .core .policies .ConstantReconnectionPolicy ;
44+ import com .datastax .driver .core .utils .CassandraVersion ;
4445
4546import static com .datastax .driver .core .Assertions .*;
4647import static com .datastax .driver .core .FakeHost .Behavior .THROWING_CONNECT_TIMEOUTS ;
@@ -57,6 +58,7 @@ public class ClusterInitTest {
5758 * causing timeouts, we want to ensure that the driver does not wait multiple times on the same host.
5859 */
5960 @ Test (groups = "short" )
61+ @ CassandraVersion (major =2.0 , description = "Scassandra currently broken with protocol version 1." )
6062 public void should_handle_failing_or_missing_contact_points () throws UnknownHostException {
6163 Cluster cluster = null ;
6264 Scassandra scassandra = null ;
You can’t perform that action at this time.
0 commit comments