Skip to content

Commit

Permalink
Don't exclude 'New Tab Page' and 'Messaging System' from autoclosing …
Browse files Browse the repository at this point in the history
…of intermittent bugs (#2023)

Fixes #1995
  • Loading branch information
marco-c authored Sep 15, 2023
1 parent edfd1ba commit c69d2a7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions bugbot/rules/close_intermittents.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,12 @@ def get_bz_params(self, date):
"f8": "bug_severity",
"o8": "notequals",
"v8": ["S1", "critical"],
"n9": "1",
"f9": "component",
"o9": "anyexact",
"v9": ["New Tab Page", "Messaging System"],
"f9": "keywords",
"o9": "allwords",
"v9": "intermittent-failure",
"f10": "keywords",
"o10": "allwords",
"v10": "intermittent-failure",
"f11": "keywords",
"o11": "nowords",
"v11": "leave-open, test-verify-fail",
"o10": "nowords",
"v10": "leave-open, test-verify-fail",
"priority": ["P3", "P4", "P5"],
"resolution": "---",
"status_whiteboard_type": "notregexp",
Expand Down

0 comments on commit c69d2a7

Please sign in to comment.