Skip to content

Commit

Permalink
[6.13.z] Fix test selection issue for --verifies-issues option (#15299)
Browse files Browse the repository at this point in the history
Fix test selection issue for --verifies-issues option (#15297)

(cherry picked from commit d0baa04)

Co-authored-by: Jameer Pathan <[email protected]>
  • Loading branch information
Satellite-QE and jameerpathan111 authored Jun 4, 2024
1 parent 82535a6 commit 43ed016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_plugins/metadata_markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def handle_verification_issues(item, verifies_marker, verifies_issues):
verifies_args = verifies_marker.args[0]
if all(issue not in verifies_issues for issue in verifies_args):
log_and_deselect(item, '--verifies-issues')
return False
return False
return True


Expand Down

0 comments on commit 43ed016

Please sign in to comment.