disable a test on MySQL
MySQL cast() doesn't do truncation, this never worked properly Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
920d4bce44
commit
ddc2b36bbe
|
@ -1131,6 +1131,7 @@ public class FunctionTests {
|
|||
|
||||
@Test
|
||||
@SkipForDialect( dialectClass = AltibaseDialect.class, reason = "Altibase cast to char does not do truncatation")
|
||||
@SkipForDialect( dialectClass = MySQLDialect.class, matchSubTypes = true, reason = "MySQL cast does not do truncatation")
|
||||
public void testCastFunctionWithLength(SessionFactoryScope scope) {
|
||||
scope.inTransaction(
|
||||
session -> {
|
||||
|
|
Loading…
Reference in New Issue