Skip to content

Commit

Permalink
Disable loom-related test for the time being
Browse files Browse the repository at this point in the history
See #51
  • Loading branch information
sormuras committed Dec 11, 2022
1 parent a638c2d commit a199ac7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ static void checkAllJavaNetJDKs() {
// System.out.println("// jdk.java.net - Project Generational ZGC - latest");
// checkJavaNetJDK("genzgc", "latest"); // TODO Activate on macos publication

System.out.println();
System.out.println("// jdk.java.net - Project Loom - latest");
checkJavaNetJDK("loom", "latest");
// https://github.com/oracle-actions/setup-java/issues/51
// System.out.println();
// System.out.println("// jdk.java.net - Project Loom - latest");
// checkJavaNetJDK("loom", "latest");

System.out.println();
System.out.println("// jdk.java.net - Project Panama - latest");
Expand Down

0 comments on commit a199ac7

Please sign in to comment.