Description: ignoring a test relying on the build properties file, which we
 deactivated when patching the build.gradle.kts file
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-07-01

--- a/src/test/java/com/milaboratory/util/VersionInfoTest.java
+++ b/src/test/java/com/milaboratory/util/VersionInfoTest.java
@@ -16,6 +16,7 @@
 package com.milaboratory.util;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class VersionInfoTest {
@@ -34,6 +35,7 @@
         Assert.assertNull(versionInfo);
     }
 
+    @Ignore("no build_properties file written")
     @Test
     public void test3() throws Exception {
         VersionInfo versionInfo = VersionInfo.getVersionInfoForArtifact("milib");
