Skip to content

Commit

Permalink
Disabling Alert test because of another reason for it to fail. Hopefu…
Browse files Browse the repository at this point in the history
…lly this will stabilise Chrome
  • Loading branch information
AutomatedTester committed Nov 24, 2016
1 parent 6dbc73b commit bfd415f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/test/selenium/webdriver/common/alerts_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ def testShouldGetTextOfAlertOpenedInSetTimeout(driver, pages):


@pytest.mark.xfail_chrome(
condition=sys.platform == 'darwin',
reason='https://bugs.chromium.org/p/chromedriver/issues/detail?id=26',
reason='https://bugs.chromium.org/p/chromedriver/issues/detail?id=26 and https://bugs.chromium.org/p/chromedriver/issues/detail?id=1500',
run=False)
@pytest.mark.xfail_phantomjs(
reason='https://github.com/detro/ghostdriver/issues/20',
Expand Down

0 comments on commit bfd415f

Please sign in to comment.