Skip to content

Commit

Permalink
fix compute declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Nov 25, 2024
1 parent 62502de commit d2747ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def compute_declaration(only_for_library, component_name, declaration, tested_ve
or declaration.startswith("flaky")
or declaration.startswith("bug")
or declaration.startswith("irrelevant")
or declaration.startswith("incomplete_test")
):
return declaration

Expand Down

0 comments on commit d2747ae

Please sign in to comment.