exclude Graal.js Nashorn compat tests from POM builds
diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index d0029eb..0a9e079 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -243,6 +243,8 @@
             <exclude>org/apache/tools/ant/Include*</exclude>
             <!-- dependent on JUnit 5 -->
             <exclude>org/example/junitlauncher/</exclude>
+            <!-- requires Graal.js and forking tests per class -->
+            <exclude>org/apache/tools/ant/taskdefs/optional/script/graal/</exclude>
             <!-- requires structure of a binary distribution of Ant in ANT_HOME -->
             <exclude>org/apache/tools/ant/types/CommandlineJavaTest*</exclude>
             <exclude>org/apache/tools/ant/types/selectors/ModifiedSelectorTest*</exclude>