Description: javafx is not packaged into Debian, so we skip the tests that
 rely on it.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-10-28

--- a/beastfx/build.xml
+++ b/beastfx/build.xml
@@ -112,6 +112,8 @@
 			<include name="beastfx/**/**" />
 			<!-- compile JUnit test classes -->
 			<include name="test/**" />
+            <!-- exclude tests using testfx, which is not in Debian -->
+			<exclude name="test/**/app/beauti/*.java" />
 		</javac>
 
         <copy todir="${buildFX}">
