tests: temporarily xfail script test

closes #1717
This commit is contained in:
Willi Ballenthin
2023-08-15 08:13:14 +00:00
committed by GitHub
parent 0e1ce21488
commit 4978aa74e7

View File

@@ -51,7 +51,9 @@ def get_rule_path():
),
pytest.param("show-features.py", [get_file_path()]),
pytest.param("show-features.py", ["-F", "0x407970", get_file_path()]),
pytest.param("show-unused-features.py", [get_file_path()]),
pytest.param(
"show-unused-features.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
),
pytest.param(
"capa_as_library.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
),