HHH-17168 - ignore FunctionTests.testCastBinaryWithLength on db-10_5

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-09-05 18:14:22 +02:00 committed by Jan Schatteman
parent 441efffbc6
commit 1f4fc7e803
1 changed files with 1 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@ public class FunctionTests {
@SkipForDialect(dialectClass = DerbyDialect.class, reason = "Derby doesn't support casting to binary types")
@SkipForDialect(dialectClass = PostgreSQLDialect.class, matchSubTypes = true, reason = "PostgreSQL bytea doesn't have a length")
@SkipForDialect(dialectClass = OracleDialect.class, reason = "Oracle cast to raw does not do truncatation")
@SkipForDialect(dialectClass = DB2Dialect.class, majorVersion = 10, minorVersion = 5, reason = "On this version the length of the cast to the parameter appears to be > 2")
public void testCastBinaryWithLength(SessionFactoryScope scope) {
scope.inTransaction(
session -> {