HHH-16314 - Skip NativeQueryResultTypeAutoDiscoveryTest#dateTimeTypes for Sybase
(cherry picked from commit 48c59392f6
)
This commit is contained in:
parent
140bd03adf
commit
41b7ce23ce
|
@ -286,6 +286,7 @@ public class NativeQueryResultTypeAutoDiscoveryTest {
|
|||
@Test
|
||||
@SkipForDialect(dialectClass = OracleDialect.class, reason = "Oracle maps DATE and TIME to TIMESTAMP")
|
||||
@SkipForDialect(dialectClass = PostgresPlusDialect.class, reason = "EDB maps DATE and TIME to TIMESTAMP")
|
||||
@SkipForDialect(dialectClass = SybaseDialect.class, reason = "Sybase maps DATE and TIME to TIMESTAMP", matchSubTypes = true)
|
||||
public void dateTimeTypes() {
|
||||
createEntityManagerFactory(
|
||||
DateEntity.class,
|
||||
|
|
Loading…
Reference in New Issue