Skip to content

Commit eb4c771

Browse files
committed
[py] One more test broken in Chrome, no idea why
1 parent 8c3db91 commit eb4c771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def testShouldTimeoutOnPageLoadTakingTooLong(driver, pages):
3232
pages.load("simpleTest.html")
3333

3434

35+
@pytest.mark.xfail_chrome
3536
def testClickShouldTimeout(driver, pages):
3637
pages.load("simpleTest.html")
3738
driver.set_page_load_timeout(0.01)

0 commit comments

Comments
 (0)