File: disable-osgi-tests.patch

package info (click to toggle)
libcommons-compress-java 1.18-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 33,028 kB
  • sloc: java: 44,303; xml: 4,705; sh: 6; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/pom.xml
+++ b/pom.xml
@@ -323,6 +323,7 @@
           <testExcludes>
             <testExclude>**/brotli/**</testExclude>
             <testExclude>**/zstandard/**</testExclude>
+            <testExclude>**/OsgiITest.java</testExclude>
           </testExcludes>
         </configuration>
       </plugin>