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 ab62517 commit 0fa3ed9Copy full SHA for 0fa3ed9
1 file changed
tests/functional/e2e/testcases/parser.py
@@ -5,9 +5,6 @@
5
_REPO_ROOT = Path(__file__).parent.parent.parent.parent.parent
6
TESTCASES_DIR = _REPO_ROOT / "athena-protobufs" / "testcases"
7
8
-EXCLUDED_FILENAMES: list[str] = []
9
-
10
11
class AthenaTestCase:
12
def __init__(
13
self,
@@ -37,5 +34,4 @@ def load_test_cases(dirname: str = "benign_model") -> list[AthenaTestCase]:
37
34
test_cases["classification_labels"],
38
35
)
39
36
for item in test_cases["images"]
40
- if item[0] not in EXCLUDED_FILENAMES
41
]
0 commit comments