Skip to content

Commit 82fd2b3

Browse files
committed
re-disable test on Sybase and EDB
1 parent 687d21f commit 82fd2b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/basic/ExpressionsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ public void testDateTimeOperations() {
376376
}
377377

378378
@Test
379+
@SkipForDialect(dialectClass = SybaseDialect.class, matchSubTypes = true, reason = "numeric overflows")
380+
@SkipForDialect(dialectClass = PostgresPlusDialect.class, reason = "does not support extract(epoch)")
379381
void testDurationBetween() {
380382
HibernateCriteriaBuilder builder = (HibernateCriteriaBuilder) this.builder;
381383
doInJPA(

0 commit comments

Comments
 (0)