tillrohrmann commented on a change in pull request #6928: [FLINK-10681] Harden ElasticsearchSinkITCase against wrong JNA library URL: https://github.com/apache/flink/pull/6928#discussion_r229796033
########## File path: flink-connectors/flink-connector-elasticsearch6/pom.xml ########## @@ -278,6 +278,9 @@ under the License. <artifactId>maven-surefire-plugin</artifactId> <version>2.12.2</version> <configuration> + <systemPropertyVariables> + <jna.nosys>true</jna.nosys> Review comment: They get a quite verbose exception which you can see [here](https://issues.apache.org/jira/browse/FLINK-10681). I think it should be clear from this exception what you should do. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services