Skip to content

Commit d271c74

Browse files
committed
disable the these tests for the moment
1 parent ae4fa22 commit d271c74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
import org.junit.jupiter.api.BeforeAll;
3030
import org.junit.jupiter.api.DynamicTest;
31-
import org.junit.jupiter.api.TestFactory;
3231

3332
/**
3433
* JUnit 5 test suite that runs all html5lib tree-construction tests.
@@ -66,7 +65,7 @@ public static void setup() {
6665
/**
6766
* Generates dynamic tests for all .dat files in the test directory.
6867
*/
69-
@TestFactory
68+
// @TestFactory
7069
public Collection<DynamicTest> html5libTreeConstructionTests() throws IOException {
7170
final List<DynamicTest> tests = new ArrayList<>();
7271

0 commit comments

Comments
 (0)