jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 13 forks source link

Ignored tests are now properly shown in the RTS log view #179

Closed Schattensilber closed 2 years ago

Schattensilber commented 2 years ago

Tests that were ignored/disabled in the current version but still active in the predecessor now show a yellow warning triangle with appropriate mouse-over text. They will not lead to the build being marked as failed any more.

DaGeRe commented 2 years ago

Thanks for the PR, looks fine overall. Please do not mix new features and refactorings next time (so in this case, a separate PR for extractClazzNameFromTestClazzFolder would have been appropriate).