Skip to content

Commit 2bb9c15

Browse files
committed
exclude WebClient9Test
1 parent aa30b59 commit 2bb9c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/htmlunit/CodeStyleTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ private void parentInPom() throws IOException {
382382
private void runWith(final List<String> lines, final String relativePath) {
383383
if (relativePath.replace('\\', '/').contains("src/test/java")
384384
&& !relativePath.contains("CodeStyleTest")
385+
&& !relativePath.contains("WebClient9Test")
385386
&& !relativePath.contains("FaqTest")) {
386387
boolean runWith = false;
387388
boolean browserNone = true;

0 commit comments

Comments
 (0)