Skip to content

Commit 9319565

Browse files
committed
disable tests on Informix
1 parent 687ea1f commit 9319565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/StandardFunctionTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 -> {

0 commit comments

Comments
 (0)