Skip to content

Commit 5220a41

Browse files
committed
tests: disabl should_create_tombstone_when_null_value_on_bound_statement
for scylla This test failing on scylla: ``` java.lang.AssertionError: Did not find '1 tombstone' in trace ```
1 parent 18c68e2 commit 5220a41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ public void should_not_create_tombstone_when_unbound_value_on_batch_statement_an
775775
* @since 2.2.0
776776
*/
777777
@Test(groups = "long")
778+
@ScyllaSkip
778779
public void should_create_tombstone_when_null_value_on_bound_statement() {
779780
PreparedStatement prepared =
780781
session().prepare("INSERT INTO " + SIMPLE_TABLE + " (k, i) VALUES (?, ?)");

0 commit comments

Comments
 (0)