Skip to content

Commit 48b4a7f

Browse files
committed
exclude some tests
1 parent d271c74 commit 48b4a7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/org/htmlunit/cyberneko/html5libtests/Html5LibTreeConstructionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public Collection<DynamicTest> html5libTreeConstructionTests() throws IOExceptio
8181
final List<Path> datFiles = paths
8282
.filter(Files::isRegularFile)
8383
.filter(p -> p.toString().endsWith(".dat"))
84+
.filter(p -> !p.toString().contains("webkit"))
85+
.filter(p -> !p.toString().contains("math"))
8486
.sorted()
8587
.collect(Collectors.toList());
8688

0 commit comments

Comments
 (0)