DBZ-862 Fix Travis timing issue

This commit is contained in:
Jiri Pechanec 2018-08-24 08:30:20 +02:00 committed by Gunnar Morling
parent 4b9141e1fd
commit 1ff53e35ec

View File

@ -69,6 +69,7 @@ public void before() throws Exception {
TestHelper.execute(statements);
PostgresConnectorConfig config = new PostgresConnectorConfig(TestHelper.defaultConfig()
.with(PostgresConnectorConfig.INCLUDE_UNKNOWN_DATATYPES, true)
.with(PostgresConnectorConfig.SCHEMA_BLACKLIST, "postgis")
.build());
setupRecordsProducer(config);
}