Skip to content

Commit 246f44a

Browse files
committed
fix
1 parent cc0fe0b commit 246f44a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/org/htmlunit/archunit/Architecture2Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ else if (oneTests.isEmpty()) {
172172

173173
.and().doNotHaveFullyQualifiedName("org.htmlunit.general.huge.ElementClosesElementTest")
174174
.and().doNotHaveFullyQualifiedName("org.htmlunit.general.huge.ElementClosesElement2Test")
175+
176+
.and().doNotHaveFullyQualifiedName("org.htmlunit.html.HtmlAreaTest")
175177
.should().callMethod(BrowserVersion.class, "isFirefox");
176178

177179
/**

0 commit comments

Comments
 (0)