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 4bedcacCopy full SHA for 4bedcac
1 file changed
tests/functional/e2e/testcases/parser.py
@@ -5,8 +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__(
@@ -37,5 +35,4 @@ def load_test_cases(dirname: str = "benign_model") -> list[AthenaTestCase]:
37
35
test_cases["classification_labels"],
38
36
)
39
for item in test_cases["images"]
40
- if item[0] not in EXCLUDED_FILENAMES
41
]
0 commit comments