Skip to content

Commit 582ea3f

Browse files
committed
1
1 parent e45341e commit 582ea3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/core/cql/PreparedStatementCancellationIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import org.junit.Before;
4343
import org.junit.Rule;
4444
import org.junit.Test;
45+
import org.junit.Ignore;
4546
import org.junit.experimental.categories.Category;
4647
import org.junit.rules.RuleChain;
4748
import org.junit.rules.TestRule;
@@ -119,6 +120,7 @@ public void should_cache_valid_cql() throws Exception {
119120
// consider changing this in a future release, although it's worthwhile fully considering the
120121
// implications of such a change.
121122
@Test
123+
@Ignore
122124
public void will_cache_invalid_cql() throws Exception {
123125

124126
CqlSession session = SessionUtils.newSession(ccmRule, sessionRule.keyspace());

0 commit comments

Comments
 (0)