From: Ole Streicher <olebole@debian.org>
Date: Thu, 14 Jul 2022 12:40:48 +0200
Subject: Remove build of UCD validation harnesses

This requires a jar not in Debian yet, and it is not needed to run
the package
---
 build.xml                                     | 1 +
 src/testcases/uk/ac/starlink/vo/CodeTest.java | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index 18e7abd..cdcd9a2 100644
--- a/build.xml
+++ b/build.xml
@@ -426,6 +426,7 @@
       <classpath refid="classpath"/>
       <include name="**/*.java"/>
       <exclude name="uk/ac/starlink/vo/VORegResource.java"/>
+      <exclude name="uk/ac/starlink/vo/UcdStatus.java"/>
     </javac>
 
     <!-- Copy extra files that should live with packages classes
diff --git a/src/testcases/uk/ac/starlink/vo/CodeTest.java b/src/testcases/uk/ac/starlink/vo/CodeTest.java
index cf039ec..0982e58 100644
--- a/src/testcases/uk/ac/starlink/vo/CodeTest.java
+++ b/src/testcases/uk/ac/starlink/vo/CodeTest.java
@@ -4,6 +4,7 @@ import junit.framework.TestCase;
 
 public class CodeTest extends TestCase {
 
+    /*
     public void testUcdStatus() {
         for ( String ucd : new String[] {
                   "pos.eq.ra;meta.main",
@@ -41,6 +42,7 @@ public class CodeTest extends TestCase {
         assertFalse( deprecCode.isError() );
         assertTrue( deprecCode.isWarning() );
     }
+    */
 
     public void testUnitStatus() {
         for ( String unit : new String[] {
