File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,7 @@ public void testIntervalDiffExpressionsDifferentTypes(SessionFactoryScope scope)
582582 }
583583
584584 @ Test
585+ @ RequiresDialectFeature (feature = DialectFeatureChecks .SupportsExtractDayOfWeekYearMonth .class )
585586 public void testExtractFunction (SessionFactoryScope scope ) {
586587 scope .inTransaction (
587588 session -> {
@@ -683,7 +684,7 @@ public void isolated(SessionFactoryScope scope) {
683684 }
684685
685686 @ Test
686- // @FailureExpected
687+ @ RequiresDialectFeature ( feature = DialectFeatureChecks . SupportsExtractDayOfWeekYearMonth . class )
687688 public void testExtractFunctionWithAssertions (SessionFactoryScope scope ) {
688689 scope .inTransaction (
689690 session -> {
You can’t perform that action at this time.
0 commit comments