Skip to content

Commit

Permalink
[java] guard test based on Chromedriver bug
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 2, 2023
1 parent cab3949 commit cd1c146
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.Assertions.fail;
import static org.assertj.core.api.Assumptions.assumeThat;
import static org.openqa.selenium.testing.drivers.Browser.CHROME;

import com.google.common.util.concurrent.Uninterruptibles;

Expand Down Expand Up @@ -81,6 +82,7 @@ void builderWithClientConfigThrowsException() {
}

@Test
@Ignore(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4350")
void canSetPermission() {
HasPermissions permissions = (HasPermissions) driver;

Expand Down

0 comments on commit cd1c146

Please sign in to comment.