Skip to content

Commit 3d5a5b5

Browse files
committed
Restore subtype matching behavior of @SkipForDialect for JUnit5-ified test
1 parent 9df5521 commit 3d5a5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/hql/DeleteWithSubqueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class DeleteWithSubqueryTest {
3333

3434
@Test
3535
@JiraKey( value = "HHH-8318" )
36-
@SkipForDialect(dialectClass = MySQLDialect.class,
36+
@SkipForDialect(dialectClass = MySQLDialect.class, matchSubTypes = true,
3737
reason = "Cannot use Attrvalue in the delete and from clauses simultaneously." )
3838
public void testDeleteMemberOf(SessionFactoryScope factoryScope) {
3939
final String qry = """

0 commit comments

Comments
 (0)