Skip to content

Commit df885b6

Browse files
refactor: clean up EXCLUDED_FILENAMES constant by removing obsolete comment
1 parent 294df0e commit df885b6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/functional/e2e/testcases/parser.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
_REPO_ROOT = Path(__file__).parent.parent.parent.parent.parent
66
TESTCASES_DIR = _REPO_ROOT / "athena-protobufs" / "testcases"
77

8-
# These files were NOT in the original Roke test set and were added later so
9-
# manually excluded from tests.
10-
EXCLUDED_FILENAMES: list[str] = [
11-
# No longer any excluded files - all entries now match actual files
12-
]
8+
EXCLUDED_FILENAMES: list[str] = []
139

1410

1511
class AthenaTestCase:

0 commit comments

Comments
 (0)