Skip to content

Commit 350cf60

Browse files
committed
py-chrome tests are flaky due to an issue with chromedriver
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
1 parent 4e528a5 commit 350cf60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ matrix:
4141
fast_finish: true
4242
allow_failures:
4343
- env: TASK=rb TARGET=remote-firefox-test
44+
- env: TASK=py TOXENV=py27-chrome
4445
- env: TASK=py TOXENV=py27-firefox
4546
- env: TASK=py TOXENV=py27-marionette
4647
- env: TASK=py TOXENV=py27-remote

0 commit comments

Comments
 (0)