You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-core/src/test/java/org/hibernate/orm/test/hql/ASTParserLoadingTest.java
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -747,6 +747,7 @@ public void testSelectClauseCaseWithSum(SessionFactoryScope scope) {
747
747
748
748
@Test
749
749
@JiraKey(value = "HHH-4150")
750
+
@SkipForDialect( dialectClass = InformixDialect.class, majorVersion = 11, minorVersion = 70, reason = "Informix does not support case with count distinct")
0 commit comments