Skip to content

Commit f67a7cc

Browse files
committed
[py] Remove Marionette xfail for testShouldTimeoutOnPageLoadTakingTooLong
1 parent 1b56bcb commit f67a7cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

py/test/selenium/webdriver/common/page_load_timeout_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class TestPageLoadTimeout(object):
2525
def testShouldTimeoutOnPageLoadTakingTooLong(self, driver, pages):
2626
if driver.capabilities['browserName'] == 'phantomjs':
2727
pytest.xfail("phantomjs driver does not implement page load timeouts")
28-
if driver.capabilities['browserName'] == 'firefox' and driver.w3c:
29-
pytest.xfail("Marionette issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1309231")
3028
driver.set_page_load_timeout(0.01)
3129
with pytest.raises(TimeoutException):
3230
pages.load("simpleTest.html")

0 commit comments

Comments
 (0)