[#430] Add support for the Firebird database - Skip testSchemaMapping()
integration test
This commit is contained in:
parent
47111bd0f3
commit
1c246e81e4
@ -156,6 +156,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
|
||||
@Test
|
||||
public void testSchemaMapping() throws Exception {
|
||||
switch (getDialect()) {
|
||||
case FIREBIRD:
|
||||
case SQLITE:
|
||||
log.info("SKIPPING", "SchemaMapping tests");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user