We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4719a commit 3253d2cCopy full SHA for 3253d2c
src/test/java/org/htmlunit/ExternalTest.java
@@ -370,6 +370,10 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
370
&& version.startsWith("6.")) {
371
return true;
372
}
373
+ if ("org.junit.platform".equals(groupId)
374
+ && version.startsWith("6.")) {
375
+ return true;
376
+ }
377
378
// really old common versions
379
if ("commons-io".equals(artifactId) && (version.startsWith("2003"))) {
0 commit comments