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 67846d3 commit 778108cCopy full SHA for 778108c
src/test/java/org/htmlunit/libraries/MochiKitTest.java
@@ -86,14 +86,14 @@ public void domSafari() throws Exception {
86
doTest("DOM-Safari");
87
}
88
89
- /**
90
- * @throws Exception if the test fails
91
- */
+ // /**
+ // * @throws Exception if the test fails
+ // */
92
// have to investigate why this fails in HtmlUnit
93
// @Test
94
- public void dragAndDrop() throws Exception {
95
- doTest("DragAndDrop");
96
- }
+ // public void dragAndDrop() throws Exception {
+ // doTest("DragAndDrop");
+ // }
97
98
/**
99
* @throws Exception if the test fails
0 commit comments