Skip to content

Commit

Permalink
py-chrome tests are flaky due to an issue with chromedriver
Browse files Browse the repository at this point in the history
on alert handling we are encountering this bug:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=1500

seems to occur at random. We either need to ignore the chrome alert tests
or wrap every alert call handling the error. until the chromedriver bug is fixed
  • Loading branch information
lukeis committed Oct 13, 2016
1 parent 4e528a5 commit 350cf60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ matrix:
fast_finish: true
allow_failures:
- env: TASK=rb TARGET=remote-firefox-test
- env: TASK=py TOXENV=py27-chrome
- env: TASK=py TOXENV=py27-firefox
- env: TASK=py TOXENV=py27-marionette
- env: TASK=py TOXENV=py27-remote
Expand Down

0 comments on commit 350cf60

Please sign in to comment.