Skip to content

Commit

Permalink
@ignore for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 5, 2024
1 parent 2cb407c commit 5732fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/htmlunit/WebRequest2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import org.htmlunit.junit.BrowserParameterizedRunner.Default;
import org.htmlunit.util.NameValuePair;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized.Parameter;
Expand Down Expand Up @@ -192,6 +193,7 @@ public static Collection<Object[]> data() throws Exception {
*/
@Test
@Default
@Ignore
public void test() throws Exception {
final URL url = new URL(URL_FIRST, query_);
final WebRequest request = new WebRequest(url);
Expand Down

0 comments on commit 5732fac

Please sign in to comment.