Skip to content

Commit 4bedcac

Browse files
refactor: clean up EXCLUDED_FILENAMES constant by removing obsolete comment
1 parent ab62517 commit 4bedcac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/functional/e2e/testcases/parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
_REPO_ROOT = Path(__file__).parent.parent.parent.parent.parent
66
TESTCASES_DIR = _REPO_ROOT / "athena-protobufs" / "testcases"
77

8-
EXCLUDED_FILENAMES: list[str] = []
9-
108

119
class AthenaTestCase:
1210
def __init__(
@@ -37,5 +35,4 @@ def load_test_cases(dirname: str = "benign_model") -> list[AthenaTestCase]:
3735
test_cases["classification_labels"],
3836
)
3937
for item in test_cases["images"]
40-
if item[0] not in EXCLUDED_FILENAMES
4138
]

0 commit comments

Comments
 (0)