Skip to content

Commit

Permalink
[py] Remove Safari xfail for testShouldReturnWhenGettingAUrlThatDoesN…
Browse files Browse the repository at this point in the history
…otConnect
  • Loading branch information
davehunt committed Oct 24, 2016
1 parent 2bf6fde commit a119fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/page_loading_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def testShouldReturnWhenGettingAUrlThatDoesNotResolve(self, driver):
# Of course, we're up the creek if this ever does get registered
driver.get("http://www.thisurldoesnotexist.comx/")

@pytest.mark.ignore_safari
def testShouldReturnWhenGettingAUrlThatDoesNotConnect(self, driver):
# Here's hoping that there's nothing here. There shouldn't be
driver.get("http://localhost:3001")
Expand Down

0 comments on commit a119fc1

Please sign in to comment.