diff --git a/treeherder/etl/classification_loader.py b/treeherder/etl/classification_loader.py index eb756dd8640..602034cb13a 100644 --- a/treeherder/etl/classification_loader.py +++ b/treeherder/etl/classification_loader.py @@ -138,7 +138,8 @@ def autoclassify_failures(self, failures, classification): try: bugs.append( Bugscache.objects.get( - summary__endswith=f"{failing_test_name} | single tracking bug" + summary__endswith=f"{failing_test_name} | single tracking bug", + resolution__isnull=True, ) ) except Bugscache.DoesNotExist: