Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude HTMLUnit failing assertion in Jenkins 2.400 and later #72

Commits on Apr 14, 2023

  1. Exclude HTMLUnit failing assertion in Jenkins 2.400 and later

    jenkinsci/bom#1959 (comment)
    explains that the modernization of hetero-list.js has inserted JavaScript
    that the HTMLUnit JavaScript engine does not understand.  That causes
    the test to fail with an HTTP 500 error when the specific assertion
    is executed.
    
    Do not execute the failing assertion on Jenkins 2.400 and
    later.  Excluding the failing assertion is a simple short-term
    workaround for the larger problem that is described by @basil in
    jenkinsci/jenkins-test-harness#569 (comment)
    MarkEWaite committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    073f9dd View commit details
    Browse the repository at this point in the history
  2. Test Java 17 with Jenkins 2.400

    Check the assertion works on newer Jenkins
    MarkEWaite committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    4f8399a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a8dcb View commit details
    Browse the repository at this point in the history