Skip to content

Commit 176cece

Browse files
committed
Revert "jung: do not run GUI tests for now"
This reverts commit 6a66454.
1 parent 6a66454 commit 176cece

File tree

1 file changed

+1
-1
lines changed
  • visualization/jung-visualizer/src/test/java/net/automatalib/visualization/jung

1 file changed

+1
-1
lines changed

visualization/jung-visualizer/src/test/java/net/automatalib/visualization/jung/ProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void testDisplay() throws InterruptedException, InvocationTargetException
6363

6464
private static void checkExecution() {
6565
final int feature = Runtime.version().feature();
66-
if (feature == 17) { // TODO: Java 21 currently crashes when loading fonts. Bug in the JVM?
66+
if (feature == 17 || feature == 21) {
6767
// hack: the static initializer of this class does the magic we want, so only invoke it on compatible JVMs
6868
new CacioExtension();
6969
} else {

0 commit comments

Comments
 (0)