Skip to content

Commit e0eccf6

Browse files
committed
Various code cleanup
1 parent cc2749f commit e0eccf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/jpa/query/NativeQueryLockingTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ void testLockModeHint(SessionFactoryScope sessions) {
8282
}
8383

8484
@Test
85+
@RequiresDialect( value = H2Dialect.class, comment = "This has more to do with Query internals than the DB; so avoid Dialect variances in generated SQL" )
8586
void testLockModeHintLowercase(SessionFactoryScope sessions) {
8687
final SQLStatementInspector sqlCollector = sessions.getCollectingStatementInspector();
8788
sqlCollector.clear();

0 commit comments

Comments
 (0)