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 aa30b59 commit 2bb9c15Copy full SHA for 2bb9c15
src/test/java/org/htmlunit/CodeStyleTest.java
@@ -382,6 +382,7 @@ private void parentInPom() throws IOException {
382
private void runWith(final List<String> lines, final String relativePath) {
383
if (relativePath.replace('\\', '/').contains("src/test/java")
384
&& !relativePath.contains("CodeStyleTest")
385
+ && !relativePath.contains("WebClient9Test")
386
&& !relativePath.contains("FaqTest")) {
387
boolean runWith = false;
388
boolean browserNone = true;
0 commit comments