Skip to content

Commit 425ceb5

Browse files
tolbertamolim7t
authored andcommitted
Temporarily forgo running ClusterInitTest at 1.2 until Scassandra fixed.
1 parent 88bc3c4 commit 425ceb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

driver-core/src/test/java/com/datastax/driver/core/ClusterInitTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
import com.datastax.driver.core.exceptions.NoHostAvailableException;
4343
import com.datastax.driver.core.policies.ConstantReconnectionPolicy;
44+
import com.datastax.driver.core.utils.CassandraVersion;
4445

4546
import static com.datastax.driver.core.Assertions.*;
4647
import 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;

0 commit comments

Comments
 (0)