Skip to content

Commit 73e072b

Browse files
committed
test showing maxindex() / maxelement() broken on some dbs
1 parent e331c28 commit 73e072b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ public void testIdVersionFunctions(SessionFactoryScope scope) {
9090
}
9191

9292
@Test
93-
@RequiresDialect(H2Dialect.class)
94-
@RequiresDialect(HSQLDialect.class)
95-
@RequiresDialect(DerbyDialect.class)
96-
@RequiresDialect(MySQLDialect.class)
97-
@RequiresDialect(SybaseDialect.class)
98-
@RequiresDialect(MariaDBDialect.class)
99-
// it's failing on the other dialects due to a bug in query translator
10093
public void testMaxindexMaxelement(SessionFactoryScope scope) {
10194
scope.inTransaction(
10295
session -> {

0 commit comments

Comments
 (0)