GitHub user mephi42 opened a pull request: https://github.com/apache/zeppelin/pull/2816
[ZEPPELIN-3263] Do not use Firefox >=55 for integration testing ### What is this PR for? According to https://seleniumhq.wordpress.com/2017/08/09/firefox-55-and-selenium-ide , Firefox versions 55+ do not work with Selenium, so I would like to propose to skip them when creating the WebDriver. ### What type of PR is it? Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3263 ### How should this be tested? * Run zeppelin-integration tests on the machine, where Firefox 55+ is installed. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/mephi42/zeppelin skip-firefox-55 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2816.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2816 ---- commit 2d2ca8a4042999b98bca8562af429fb35f8c4bdb Author: mephi42 <mephi42@...> Date: 2018-02-24T15:30:22Z [ZEPPELIN-3263] Do not use Firefox >=55 for integration testing It is not supported by Selenium. ---- ---