Skip to content

Commit

Permalink
Disabling htmlunit test job on travis.
Browse files Browse the repository at this point in the history
There is no need to run these tests until HtmlUnit is compatible with selenium 4
All tests fail with exception
ClassNotFoundException: org.openqa.selenium.interactions.internal.Locatable
  • Loading branch information
barancev committed Sep 5, 2019
1 parent 13f42ac commit 3254501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ cache:

matrix:
exclude:
- env: BZL_TEST="--test_tag_filters=htmlunit //java/..."
<<: *java
- env: TOXENV=flake8
<<: *python
- env: TOXENV=docs
Expand Down Expand Up @@ -91,8 +93,6 @@ matrix:
- env: CHROME=1 BZL_TEST="--test_tag_filters=chrome //java/..."
<<: *java
<<: *chrome
- env: BZL_TEST="--test_tag_filters=htmlunit //java/..."
<<: *java
- env: MARIONETTE=1 MOZ_HEADLESS=1 TASK="calcdeps" BZL_TEST="//javascript/atoms:test-firefox //javascript/selenium-atoms:test-firefox //javascript/webdriver:test-firefox"
<<: *java
<<: *firefox-latest
Expand Down

0 comments on commit 3254501

Please sign in to comment.