Skip to content

Commit 229ef24

Browse files
committed
(Temporarily) disable failing Mapper test
Disable should_allow_less_parameters_than_bind_markers_if_there_are_repeated_names test due to scylladb/scylladb#11945 bug. This is temporary: either Scylla should get fixed or driver should work around the new implementation.
1 parent ed54dad commit 229ef24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-mapping/src/test/java/com/datastax/driver/mapping/MapperAccessorParamsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import com.datastax.driver.core.Row;
2222
import com.datastax.driver.core.exceptions.CodecNotFoundException;
2323
import com.datastax.driver.core.utils.CassandraVersion;
24+
import com.datastax.driver.core.utils.ScyllaSkip;
2425
import com.datastax.driver.mapping.annotations.Accessor;
2526
import com.datastax.driver.mapping.annotations.Param;
2627
import com.datastax.driver.mapping.annotations.PartitionKey;
@@ -44,6 +45,7 @@ public void onTestContextInitialized() {
4445

4546
@Test(groups = "short")
4647
@CassandraVersion(value = "2.0", description = "Uses named parameters")
48+
@ScyllaSkip /* @IntegrationTestDisabledScyllaFailure Disabled due to scylladb/scylladb#11945 */
4749
public void should_allow_less_parameters_than_bind_markers_if_there_are_repeated_names() {
4850
UserPhoneAccessor accessor =
4951
new MappingManager(session()).createAccessor(UserPhoneAccessor.class);

0 commit comments

Comments
 (0)