Skip to content

Commit

Permalink
[py] Ignoring a test failed in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 31, 2020
1 parent aa2c09a commit 6074873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/page_loading_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def testShouldBeAbleToGetAFragmentOnTheCurrentPage(driver, pages):
driver.find_element(by=By.ID, value="id1")


@pytest.mark.xfail_firefox(raises=WebDriverException)
@pytest.mark.xfail_remote(raises=WebDriverException)
def testShouldReturnWhenGettingAUrlThatDoesNotResolve(driver):
# Of course, we're up the creek if this ever does get registered
Expand Down

0 comments on commit 6074873

Please sign in to comment.