File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/basic Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ public void testSumWithSubqueryPath() {
302
302
}
303
303
304
304
@ Test
305
- @ SkipForDialect (dialectClass = SybaseDialect .class , matchSubTypes = true , reason = "numeric overflows" )
306
305
@ SkipForDialect (dialectClass = PostgresPlusDialect .class , reason = "does not support extract(epoch)" )
307
306
@ SkipForDialect (dialectClass = AltibaseDialect .class , reason = "datediff overflow limits" )
308
307
public void testDateTimeOperations () {
@@ -376,6 +375,8 @@ public void testDateTimeOperations() {
376
375
}
377
376
378
377
@ Test
378
+ @ SkipForDialect (dialectClass = SybaseDialect .class , matchSubTypes = true , reason = "numeric overflows" )
379
+ @ SkipForDialect (dialectClass = PostgresPlusDialect .class , reason = "does not support extract(epoch)" )
379
380
void testDurationBetween () {
380
381
HibernateCriteriaBuilder builder = (HibernateCriteriaBuilder ) this .builder ;
381
382
doInJPA (
You can’t perform that action at this time.
0 commit comments