From f5c36341e1d911a5acb9703a1c8e8060705f6cef Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Fri, 16 Dec 2016 13:33:52 +0100 Subject: [PATCH] Add jvm to expected-test-failures. The reason for this is that on Debian for some reason the linker doesn't add a RUNPATH entry for libjvm.so, despite the fact that it's installed in a non-standard location. So running the test suite will yield a "libjvm.so not found" error. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92930d85..b8bdc726 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ expected-test-failures: - hedis - hocilib # oracle - hworker + - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30