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 ae4fa22 commit d271c74Copy full SHA for d271c74
1 file changed
src/test/java/org/htmlunit/cyberneko/html5libtests/Html5LibTreeConstructionTest.java
@@ -28,7 +28,6 @@
28
29
import org.junit.jupiter.api.BeforeAll;
30
import org.junit.jupiter.api.DynamicTest;
31
-import org.junit.jupiter.api.TestFactory;
32
33
/**
34
* JUnit 5 test suite that runs all html5lib tree-construction tests.
@@ -66,7 +65,7 @@ public static void setup() {
66
65
67
* Generates dynamic tests for all .dat files in the test directory.
68
*/
69
- @TestFactory
+ // @TestFactory
70
public Collection<DynamicTest> html5libTreeConstructionTests() throws IOException {
71
final List<DynamicTest> tests = new ArrayList<>();
72
0 commit comments