Skip to content

Commit

Permalink
[ci] downgrade to firefox 11 on travis
Browse files Browse the repository at this point in the history
firefox 17 caused a regression with selenium-webdriver, random
clicks won't happen and just cause timeouts. This is reported
on selenium's bug tracker, but won't help our builds ;(
  • Loading branch information
coolo committed Nov 23, 2012
1 parent 1f14827 commit ca90f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/ci/obs_testsuite_travis_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ sudo apt-get install liblzma-dev librpm-dev libxml-parser-perl libfile-sync-perl

case "$SUBTEST" in
webui*)
sudo apt-get install firefox
sudo apt-cache show firefox
sudo apt-get install --force-yes firefox=11.0+build1-0ubuntu4
pushd src/webui-testsuite
if test "$REMOVEGEMLOCK" = true; then
rm Gemfile.lock
Expand Down

0 comments on commit ca90f74

Please sign in to comment.