Skip to content

Commit 0fa3ed9

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/functional/e2e/testcases/parser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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-
10-
118
class AthenaTestCase:
129
def __init__(
1310
self,
@@ -37,5 +34,4 @@ def load_test_cases(dirname: str = "benign_model") -> list[AthenaTestCase]:
3734
test_cases["classification_labels"],
3835
)
3936
for item in test_cases["images"]
40-
if item[0] not in EXCLUDED_FILENAMES
4137
]

0 commit comments

Comments
 (0)