Skip to content

Commit 3253d2c

Browse files
committed
junit 6 requires java 17
1 parent 1e4719a commit 3253d2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
370370
&& version.startsWith("6.")) {
371371
return true;
372372
}
373+
if ("org.junit.platform".equals(groupId)
374+
&& version.startsWith("6.")) {
375+
return true;
376+
}
373377

374378
// really old common versions
375379
if ("commons-io".equals(artifactId) && (version.startsWith("2003"))) {

0 commit comments

Comments
 (0)