Skip to content

Commit 156205c

Browse files
committed
Ignore test for MariaDB
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
1 parent 31ff2cc commit 156205c

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/tool/schema/MySQLColumnValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
)
6868
@SessionFactory( exportSchema = false )
6969
@JiraKey( value = "HHH-16578" )
70-
@RequiresDialect( value = MySQLDialect.class )
70+
@RequiresDialect( value = MySQLDialect.class, matchSubTypes = false )
7171
public class MySQLColumnValidationTest {
7272

7373
private DriverManagerConnectionProviderImpl connectionProvider;

0 commit comments

Comments
 (0)