Skip to content

Commit

Permalink
Don't close intermittents if they have the 'test-disabled' keyword (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c authored Oct 15, 2024
1 parent 86b3768 commit 28510cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbot/rules/close_intermittents.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_bz_params(self, date):
"v9": "intermittent-failure",
"f10": "keywords",
"o10": "nowords",
"v10": "test-verify-fail",
"v10": "test-verify-fail,test-disabled",
"resolution": "---",
"status_whiteboard_type": "notregexp",
"status_whiteboard": "(test disabled|test-disabled|testdisabled)",
Expand Down

0 comments on commit 28510cf

Please sign in to comment.