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

Use @Ignore early #113

Closed Schattensilber closed 2 years ago

Schattensilber commented 2 years ago

What feature do you want to see added?

Currently tests that are set to @Ignore indirectly (I.e. at class level) are still tried to be run by the RTS and then "fail". This has led me a few times astray to figure out what's wrong. Peass should only consider tests that are not ignored.

To achive this, the following tasks should be done:

Upstream changes

No response

DaGeRe commented 2 years ago

The first task should be finished by https://github.com/DaGeRe/peass/commit/54d828860f0b0984e987be958e7a8ec6d8c70858

Schattensilber commented 2 years ago

Second task is finished with 7c90f081a8aee0ffa6cdfa8db678dd9a783f36d6

DaGeRe commented 2 years ago

Ignore does not get inherited, therefore, the third task does not need to be finished.