HHH-17168 - ignore FunctionTests.testCastBinaryWithLength on db-10_5
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
441efffbc6
commit
1f4fc7e803
|
@ -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 -> {
|
||||
|
|
Loading…
Reference in New Issue