Skip to content

Commit

Permalink
HHH-16314 - Skip NativeQueryResultTypeAutoDiscoveryTest#dateTimeTypes…
Browse files Browse the repository at this point in the history
… for Sybase
  • Loading branch information
sebersole committed Apr 26, 2023
1 parent 457ca8d commit 48c5939
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -286,6 +286,7 @@ public void lobTypes() {
@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,
Expand Down

0 comments on commit 48c5939

Please sign in to comment.