Description: we don't need the OSInfo class, so we hide its test
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-08-15

--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,15 @@
                             <multiReleaseOutput>true</multiReleaseOutput>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>default-testCompile</id>
+                        <phase>test-compile</phase>
+                        <configuration>
+                            <testExcludes>
+                                <exclude>**/OSInfoTest.java</exclude><!-- We are not building OSInfo.class -->
+                            </testExcludes>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
 
