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

Make the ignored tests to be decorated with the Ignore category as well #2540

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wsklorz
Copy link

@wsklorz wsklorz commented Dec 28, 2021

The goal here is to make the ignored tests to be decorated with the Ignore category as well as it is decorated appropriately for each test framework. This allows to set up freely the test filter for each runner. The issue is that the ignored tests are inadequately factored in the math of tests pass percentage, which makes them included in/as the not-passed factor. Microsoft is not going to change this behavior in the classic release pipelines so that is a must-have workaround in order to achieve the proper statistics of the BDD tests.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Performance improvement
  • Refactoring (so no functional change)
  • Other (docs, build config, etc)

Checklist:

  • I've added tests for my code. (most of the time mandatory)
  • I have added an entry to the changelog. (mandatory)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

…ll. This allows to freely setup the test filter for each runner.
@wsklorz wsklorz changed the title Make the ignored tests to be decorated with the Ignore category as we… Make the ignored tests to be decorated with the Ignore category as well Dec 28, 2021
@wsklorz wsklorz closed this Dec 29, 2021
@wsklorz wsklorz reopened this Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants