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

feat: ignore flaky tests #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pierre-Hugues
Copy link

@Pierre-Hugues Pierre-Hugues commented Dec 23, 2024

What

Add the possibility to ignore flaky tests
Fixes #226

How

Added a new optional parameter ignore_flaky_tests which is "false" by default (current behavior)
When set to "true" : flaky tests are considered as success and will generate a successful report

@Pierre-Hugues Pierre-Hugues force-pushed the feat/ignore-flaky-tests branch from 6e0ac5b to 5bfe560 Compare December 23, 2024 17:20
@PhilippauxAdrien
Copy link

hope this PR will be merged soon I need it as well !!

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.

Possibility to exclude flaky tests from report
2 participants