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 e45341e commit 582ea3fCopy full SHA for 582ea3f
integration-tests/src/test/java/com/datastax/oss/driver/core/cql/PreparedStatementCancellationIT.java
@@ -42,6 +42,7 @@
42
import org.junit.Before;
43
import org.junit.Rule;
44
import org.junit.Test;
45
+import org.junit.Ignore;
46
import org.junit.experimental.categories.Category;
47
import org.junit.rules.RuleChain;
48
import org.junit.rules.TestRule;
@@ -119,6 +120,7 @@ public void should_cache_valid_cql() throws Exception {
119
120
// consider changing this in a future release, although it's worthwhile fully considering the
121
// implications of such a change.
122
@Test
123
+ @Ignore
124
public void will_cache_invalid_cql() throws Exception {
125
126
CqlSession session = SessionUtils.newSession(ccmRule, sessionRule.keyspace());
0 commit comments