Ignore test for MariaDB

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2023-05-18 19:18:10 +02:00 committed by Christian Beikov
parent fe958f9c12
commit eedd6197ce
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ import static org.junit.jupiter.api.Assertions.fail;
)
@SessionFactory( exportSchema = false )
@JiraKey( value = "HHH-16578" )
@RequiresDialect( value = MySQLDialect.class )
@RequiresDialect( value = MySQLDialect.class, matchSubTypes = false )
public class MySQLColumnValidationTest {
private DriverManagerConnectionProviderImpl connectionProvider;