Description
Lets pytest ignore failures from tests marked as flaky. It helps teams keep known unstable tests from blocking a run while still recording that the behavior needs attention.
Ignoring flaky failures can hide real regressions if overused. Track each flaky test and remove the marker once the root cause is fixed.