We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294df0e commit df885b6Copy full SHA for df885b6
1 file changed
tests/functional/e2e/testcases/parser.py
@@ -5,11 +5,7 @@
5
_REPO_ROOT = Path(__file__).parent.parent.parent.parent.parent
6
TESTCASES_DIR = _REPO_ROOT / "athena-protobufs" / "testcases"
7
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
-]
+EXCLUDED_FILENAMES: list[str] = []
13
14
15
class AthenaTestCase:
0 commit comments