From: Markus Koschany <apo@debian.org>
Date: Mon, 20 Sep 2021 20:32:02 +0200
Subject: disable-osgi-tests

Forwarded: no
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,7 @@
           <testExcludes>
             <testExclude>**/brotli/**</testExclude>
             <testExclude>**/zstandard/**</testExclude>
+            <testExclude>**/OsgiITest.java</testExclude>
           </testExcludes>
         </configuration>
       </plugin>
