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() {
302302 }
303303
304304 @ Test
305- @ SkipForDialect (dialectClass = SybaseDialect .class , matchSubTypes = true , reason = "numeric overflows" )
306305 @ SkipForDialect (dialectClass = PostgresPlusDialect .class , reason = "does not support extract(epoch)" )
307306 @ SkipForDialect (dialectClass = AltibaseDialect .class , reason = "datediff overflow limits" )
308307 public void testDateTimeOperations () {
@@ -376,6 +375,8 @@ public void testDateTimeOperations() {
376375 }
377376
378377 @ Test
378+ @ SkipForDialect (dialectClass = SybaseDialect .class , matchSubTypes = true , reason = "numeric overflows" )
379+ @ SkipForDialect (dialectClass = PostgresPlusDialect .class , reason = "does not support extract(epoch)" )
379380 void testDurationBetween () {
380381 HibernateCriteriaBuilder builder = (HibernateCriteriaBuilder ) this .builder ;
381382 doInJPA (
You can’t perform that action at this time.
0 commit comments