Skip to content

Commit

Permalink
[java] Ignoring a test in HtmlUnit driver
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 18, 2019
1 parent fe4451e commit f082bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/UploadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void testUploadingWithHiddenFileInput() {

@Test
@Ignore(value = SAFARI, reason = "Hangs forever in sendKeys")
@Ignore(HTMLUNIT)
public void testUploadingWithInvisibleFileInput() {
driver.get(appServer.whereIs("upload_invisible.html"));
driver.findElement(By.id("upload")).sendKeys(testFile.getAbsolutePath());
Expand Down

0 comments on commit f082bb6

Please sign in to comment.