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

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

Pierre-Hugues
Copy link
Contributor

@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 !!

Copy link
Member

@ghaiszaher ghaiszaher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@ghaiszaher ghaiszaher requested a review from crypticmind January 7, 2025 09:19
@ghaiszaher ghaiszaher merged commit 1a128e4 into ScaCap:master Jan 8, 2025
5 of 9 checks passed
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
4 participants