Skip to content

Commit

Permalink
[py] Disabling back a test that is flaky in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 12, 2019
1 parent 4ab8979 commit d80d5ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def testShouldTimeoutOnPageLoadTakingTooLong(driver, pages):
pages.load("simpleTest.html")


@pytest.mark.xfail_chrome
def testClickShouldTimeout(driver, pages):
pages.load("simpleTest.html")
driver.set_page_load_timeout(0.01)
Expand Down

0 comments on commit d80d5ba

Please sign in to comment.